-
### System Info / 系統信息
```
PyTorch version: 2.4.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OneFlow version: path: ['/root/miniforge3/envs/py…
-
### 🐛 Describe the bug
We found that the flops counter is reporting incorrect flops number for sdpa operations.
This issue is not in torch 2.4+cu121 release.
Repro code:
```
from torch.ut…
-
### 🐛 Describe the bug
- I am running a training code. It is running without any problem for 18853 iterations and then throwing this error. I have not written anything new at this point, the whole …
-
### 🐛 Describe the bug
I am having trouble working with torch.topk. Its behaviour is inconsistent. Here is the relevant code.
```
import torch
errors = torch.tensor([-0.1944, -0.1944, -0.1945,…
-
### 🐛 Describe the bug
In certain environments, pytorch (or a dependency) unexpectedly modifies CPU affinity of DataLoader workers. This may result in training/inference throughput reduction.
Exa…
-
I followed instructions in README.txt and compiled pytorch v1.12.0 successfully but failed after applying the patch.
I got error message as followed.
```
Traceback (most recent call last):
File …
-
### Your current environment
```text
PyTorch version: 2.3.1+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 ve…
-
I've got the following issue - I've ran through a bunch of different installations of PyTorch with Nightly (12.1) and back to 11.3
I've uninstall pytorch and installed with the following
https://g…
-
### 🐛 Describe the bug
When running distributed program on multi-node and multi-device environment using the following scripts. (In my case, 2 nodes with 4 gpus each)
run_ddp.sh
```bash
#node 0
…
-
### Your current environment
```text
root@jetson:/workspace# python collect_env.py
File "collect_env.py", line 724
print(msg, file=sys.stderr)
^
SyntaxError: invalid syn…