-
### Your current environment
```text
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.3 LTS (x86_64)
GCC …
-
### 🐛 Describe the bug
The error looks like this:
```
Traceback (most recent call last):
File "/mnt/dingus_drive/catid/train_detector/onnx_export.py", line 119, in export_to_onnx
torch.on…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmengine/issues) and [Discussions](https://github.com/open-mmlab/mmengine/discussions) but cannot get the expected help.
…
-
## 🐛 Bug
Calling `torch.linalg.svd` on a large float64 tensor on the CPU (size 90k x ~34k) leads to this error. `torch.linalg.eigh` on `tensor.T@tensor` seg faults.
## To Reproduce
Steps to rep…
-
### 🐛 Describe the bug
I'm trying to follow the instructions to efficiently load Hugging Face models from [`torchtitan`'s docs for FSDP1 -> FSDP2: Meta-Device Initialization](https://github.com/pyt…
-
### 🐛 Describe the bug
Related Issue: https://github.com/pytorch/pytorch/issues/134602
To reproduce:
```
# PYTORCH_TEST_WITH_ROCM=1 is need on ROCM platform
PYTORCH_TESTING_DEVICE_ONLY_FOR="c…
-
### 🐛 Describe the bug
I copied this code from this tutorial: https://pytorch.org/tutorials/prototype/nestedtensor.html and elementwise sum, subtraction, etc. is supposed to be supported yet I get …
-
[model_input.txt](https://github.com/user-attachments/files/17492230/model_input.txt)
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment inform…
-
### 🐛 Describe the bug
When using torch.compile, parameter freezing can be enabled on Inductor with torch._inductor.config.freezing flag. Dynamo checks this flag and adds the model parameters and buf…
-
Platforms: inductor
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_roll_cpu_bool&suite=TestInductorOpInfoCPU&limit…