-
### 🐛 Describe the bug
When attempting to import `torch` with version `2.5.1+xpu`, I encounter the following error:
```
Error loading ".venv\Lib\site-packages\torch\lib\c10_xpu.dll" or one of its…
-
Can anyone help with this? I haven't found a related solution yet. I have almost no experience with Python, so step-by-step guidance would be greatly appreciated.
Thanks a lot!
D:\a\_work\1\s\onnxr…
-
### 🐛 Describe the bug
Repro: https://github.com/pytorch-labs/ao/pull/93
currently the cpu time for running weight only int4 quantization seems to be slow in x86, looks the same as unlowered cpu m…
-
After setting up the environment by following the tutorial, I ran `gradio_demo.py` and encountered the following error:
```
> python .\gradio_demo.py
[2024-11-05 18:06:25,042] [ WARNING] easyocr.py:…
-
### 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…
-
### System Info
PyTorch version: 2.6.0.dev20241101+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 version: (Ub…
-
### 🐛 Describe the bug
**Description:**
In PyTorch 2.4, calling `.to(device)` on an `nn.Module` that contains sparse CSR tensors does not move the internal components of the sparse tensors (e.g., `c…
-
### 🐛 Describe the bug
# Bug program
```
import torch
# CPU
input = torch.randn(3, 4, 5)
running_mean = torch.randn(4)
output, save_mean, save_var, reserve, _ = torch._batch_norm_impl_index…
-
### 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…
-
环境:
x86架构 Ubuntu 22.04.4
200G内存20核CPU
3090显卡*6
执行docker-compose -f docker-compose.gpu.yaml up -d报错:
(base) root@ps:/chatTTS/ChatTTS-ui# docker-compose -f docker-compose.gpu.yaml up -d
WARNI…