-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu124
Is debug build: False
CUDA used to build PyTor…
-
### 🐛 Describe the bug
Using a custom iterable nn.Module causes an AssertionError when dynamo is enabled.
The use case here is creating an equivalent of nn.ParameterList, but for buffers, like in …
-
### 🐛 Describe the bug
I installed the final RC version of pytorch 2.3, and ran the following code, errors occurs.
```
#minified.py
import torch
from torch import nn
import os
from torch …
-
### 🐛 Describe the bug
```
import torch
embedding = torch.nn.EmbeddingBag(num_embeddings=128, embedding_dim=32)
inputs = torch.randint(low=0, high=128, size=(1, 10))
device = "cuda" if torch.cu…
-
### Your current environment
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC version: (U…
-
Hi,
I am trying to quantize the RetinaNet topology trained on TensorFlow, but I am getting an error. These are the steps I followed based on these instructions https://github.com/IntelAI/tools/tree…
-
### 🐛 Describe the bug
When I install the nightly PyTorch build (as of 2024-06-10), install the nightly FBGEMM library, and run the included benchmark script for FP8 matmuls on an H100 server:
htt…
-
### 🐛 Describe the bug
In compile mode, following error is seen for torch.norm_except_dim() operator
``` python
import torch
def norm_except_dim(v, pow, dim):
return torch.norm_except_dim…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.1.2+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…