-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
WARNING 09-13 07:28:00 cuda.py:22] You are using a deprecated `pynvml` package.…
-
### 🐛 Describe the bug
Code
```python
import torch
from torch import nn
class BugReproduce(nn.Module):
def __init__(self) -> None:
super(BugReproduce, self).__init__()
…
-
### 🐛 Describe the bug
I have a runnable Colab [here](https://colab.research.google.com/drive/1RP_IwawFfkftBX_5TIoROLgkx4iLs1VH?usp=sharing) testing conversions from PyTorch to Mediapipe (see my [com…
-
### 🐛 Describe the bug
torch.linalg.matrix_norm is a thousand times slower than torch.norm for a randomly generated hermitian matrix
running the code below:
```python
import torch
imp…
-
### 🐛 Describe the bug
```python
"""
$ python repro.py
torch==2.5.0.dev20240818+cu121
/scratch/slurm_tmpdir/620813/env/lib/python3.11/site-packages/torch/autograd/graph.py:817: UserWarning: Attem…
-
### Your current environment
```text
Collecting environment information...
/app/apps/anaconda3/envs/vllm_053p1_main/lib/python3.9/site-packages/requests/__init__.py:102: RequestsDependencyWarning: …
-
### 🐛 Describe the bug
The SDPA tutorial is failing for [Explicit Dispatcher Control step](https://pytorch.org/tutorials/intermediate/scaled_dot_product_attention_tutorial.html#explicit-dispatcher-co…
-
### 🐛 Describe the bug
### Description:
Hello,
I have created a custom heterogeneous graph dataset named Rail and implemented it in torch_geometric/datasets/railway.py. Additionally, I have refer…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTor…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…