-
Hi, I am an engineer from Intel and I work mostly on the performance optimization of PyTorch on intel Xeon CPUs (also I am the pytorch module maintainer for cpu performance). Just come across this…
-
### 🐛 Describe the bug
In the four variants of `nn.init.zeros_` at the bottom: the expected behavior is to see some zeros in the printed matrix. Howver, when slicing a partial matrix `[:2]`, none o…
-
### System Info / 系統信息
Mac.已经安装了PyTorch, 运行失败报错
### Information / 问题信息
- [X] The official example scripts / 官方的示例脚本
- [ ] My own modified scripts / 我自己修改的脚本和任务
### Reproduction / 复现过程
```
(cogvi…
-
### Your current environment
Collecting environment information...
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: Ubun…
-
### 🐛 Describe the bug
Passing a complex number to torch.asin returns incorrect output on cpu, even though the gpu output matches that of numpy ([repro in colab](https://colab.research.google.com/dri…
-
### Your question
Hello,
I have a Mac Studio M2 with 128GB of Ram. I'm getting this error with a ComfyUI workflow.
### Logs
```powershell
# ComfyUI Error Report
## Error Details
- **Node Type:**…
-
### Your current environment
The output of `python collect_env.py`
```text
PyTorch version: 2.4.0+cpu
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A…
-
### System Info
```Shell
- `Accelerate` version: 0.34.2
- Platform: Linux-5.4.0-45-generic-x86_64-with-glibc2.31
- `accelerate` bash location: /home/gradevski/miniconda3/envs/summary_explainer_p…
-
### 🐛 Describe the bug
import numpy as np
import torch
data = torch.tensor(np.array([[1, 2], [3, 4], [5, 6]], dtype=np.float32))
q1 = torch.quantile(data, 0.25, dim=0) # works
data = torch.tens…
-
### 🐛 failed to import
import os
import random
import torch
import requests
from PIL import Image
from super_gradients.training import dataloaders, models
**After first attempt it gives thi…