-
### Please describe your bug
Realy anoying that the prefered subtitles that i say to use not is working.
In my settings i set subtitle language to Dutch/Flemish but is is never choosen, only when it…
-
### 🐛 Describe the bug
getting inconsistent results on CPU and GPU when computing torch.nn.BatchNorm1d
```python #
#include
#include
int main() {
torch::Tensor input = torch::tenso…
-
### 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
…
-
### 1. Issue or feature description
I deploy HAMi based on the [doc](https://github.com/Project-HAMi/HAMi/blob/d534a1a9237902bd6c7d882848e0d25e539c1c0b/README_cn.md)
I deploy a PyTorch pod with …
-
### 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…
-
### 🐛 Describe the bug
```python
import torch
torch.linalg.svd(torch.zeros(3,3).cuda(), full_matrices=False, driver='gesvda')
```
![image](https://github.com/user-attachments/assets/97b7876a-…
-
### 🐛 Describe the bug
Normally we would expect we get the same value by using value = module._parameters after setting using module._parameters = value.
But this is not working on OptimizedModule.
…
-
### 🐛 Describe the bug
This example started to fail yesterday with the nightly build.
```python
import torch
class UpdateModel(torch.nn.Module):
def __init__(self):
super()._…
-
These can be found in the `/usr/lib/dri/` directory on Arch Linux.
```
$ export MESA_LOADER_DRIVER_OVERRIDE=
```
https://docs.mesa3d.org/envvars.html
Drivers:
- crocus = Intel GPUs. It w…
-
GPU: RX 6700XT
host/VM: windows 11 24h2
driver: 24.9.1
I created a VM using [Hyper-V GPU Paravirtualization](https://github.com/jamesstringerparsec/Easy-GPU-PV). The GPU is visible in the VM, I can…