-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.1.2+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
### 🐛 Describe the bug
When running `torch.nn.InstanceNorm2d` with a `float64` tensor and `track_running_stats=True`, an error is thrown on CPU:
`RuntimeError: mixed dtype (CPU): all inputs must sha…
-
### Your current environment
```text
Collecting environment information...
[WARNING] Failed to create Level Zero tracer: 2013265921
WARNING 11-07 06:41:13 _logger.py:68] Failed to import from vllm…
-
Hey,
I want to thank you for this repository, it's very useful and made my life easier, but I'm wondering if I can connect a GPU to Windows? I've been trying to do this for 3 days now and nothing i…
-
Gibberish is not produced on the previous version with the same request.
### Your current environment
The output of `python collect_env.py`
```plaintext
Collecting environment informatio…
-
### 🐛 Describe the bug
See code snippets:
```
import torch
from torch import nn
m = nn.ConvTranspose3d(32, 16, bias=False, kernel_size=(4, 4, 4), padding=(1, 1, 1), stride=(2, 2, 2))
input = t…
-
### 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 PyTorch…
-
### Please describe your bug
Search for items containing special characters such as "ö, ü, ä, é" etc. does not return a result.
### Reproduction Steps
1. Jellyfin in Docker
2. When searchin…
-
i am using a laptop with i7-1260P intel iris xe. i follow the instruction of sriov. when i install intel driver from intel web and restart, windows cannot use gpu and show code43. I am using pop os wi…
-
### 🐛 Describe the bug
Same data all reduce on H20 and tp8, but the results are different.
The problem can be reproduced on the image:nvcr.io/nvidia/pytorch:24.09-py3
demo code:
``` python
…