-
### 🐛 Describe the bug
**Describe the bug**
pytorch's autogradient is inconsistent with the manually calculated gradient for LayerNorm in torch.float32, `atol=1e-5` is required to pass the check, wh…
-
### Your current environment
```text
The output of `python collect_env.py`
```
PyTorch version: 2.3.0
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
I completely understand the meaning of this code, but it reported an error, when I changed data = data[:, :, 0] to data = data[:, :], the error was gone.But I know I can't change it that way.
![image…
-
### 🐛 Describe the bug
I was trying to install torchvision==0.19.0 from source.
After download zip file, for command: ` python setup.py install`, I got an error:
`error: ‘class torch::Library’ has…
-
### 🐛 Describe the bug
```CH_KEY_ID=abc CH_KEY_SECRET=def python benchmarks/dynamo/ci_expected_accuracy/update_expected.py b43688515a50aba071aef22329de565566d91e19```
(removed the secret keys for …
-
Figure out type and parameters of model to use for each dataset.
- [x] See if we need to do any preprocessing with data from real or synthetic data set
- [x] Figure out what kind of model to use …
-
Hi, I have this code:
```
import os
from pathlib import Path
from imagededup.methods import CNN
cnn_encoder = CNN()
image_dir = Path("**************************************************")
fo…
-
### 🐛 Describe the bug
I have a DCNN-like network that I'm training with DDP and 2 GPUs. This always got a speedup from ```compile(net, mode="max-autotune")```. However, since PyTorch 2.5+ and stil…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.2.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
### Your current environment
not found vllm.envs in vllm source code
git clone https://github.com/vllm-project/vllm.git
```text
python collect_env.py
from vllm.envs import environment_var…