-
### 🐛 Describe the bug
I have tried everything but no luck
Waiting your inputs to try more
I tried torch 2.4.0, 2.5 - dev, cu 118, cu121 and cu124 - all same error
This below code - I got …
-
### 🐛 Describe the bug
Compiling a module on CPU fails when due to assertion error.
```AssertionError: expected size 64==64, stride 1==49 at dim=1```
```python
import torch
import torch.n…
-
### 🐛 Describe the bug
I exported the same model twice but the hash results are not same, for `torch-2.6.0.dev20241029+cu121`. I expect `hash1` equals `hash2`. The following function failed for `to…
-
### 🐛 Describe the bug
in this code https://github.com/pytorch/pytorch/blob/63d5e9221bedd1546b7d364b5ce4171547db12a9/torch/_export/__init__.py#L404
after AOT compile, the flat_outputs is a list of…
-
### 🐛 Describe the bug
I noticed a qualitative regression in the inference quality when compiling a segformer-b0 model from the `transformers` library. This regression was introduced in the 2.5.0 rel…
-
### 🐛 Describe the bug
```python
import torch
device = torch.device("cuda:0")
a = torch.tensor([
[
[1.0, 0.0],
[2.0, 1.0]
],
[
[0.1, 0.1],
[0.0…
-
### 🐛 Describe the bug
The same as #99140 , But not solved.
Sample code:
```python
class Simple_net(nn.Module):
def __init__(self):
super(Simple_net, self).__init__()
self.c…
-
### Your current environment
```text
kaggle 2 t4s
```
### 🐛 Describe the bug
`WARNING: Casting torch.bfloat16 to torch.float16.
WARNING: Gemma 2 uses sliding window attention for every odd l…
-
### 🐛 Describe the bug
Within the following package:
https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu118.zip
`libnvrtc-builtins.so.11.8` is not packaged …
-
First things first, I am on Windows OS, and I have successfully created adversarial examples using the FGSM, PGD, and Spatial Transformation methods. I'm fairly confident that I know how to create at…