-
### Your current environment
```
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC vers…
-
### 🐛 Describe the bug
I understand from https://github.com/pytorch/pytorch/issues/134756 that it's necessary to compile `create_block_mask` to avoid materialising the full NxM mask. However when doi…
-
### Your current environment
Collecting environment information...
/opt/conda/lib/python3.12/site-packages/vllm/connections.py:8: RuntimeWarning: Failed to read commit hash:
No module named 'vllm._…
-
Please check the following error comes when try to run through command line in linux system
```
python run.py configs/instant-mesh-large.yaml examples/hatsu…
-
### 🐛 Describe the bug
python torchchat.py generate stories110M --quant torchchat/quant_config/cuda.json --prompt "It was a dark and stormy night, and"
Using device=cuda Tesla T4
Loading model...…
-
### Describe the issue
I have trained a model and export to onnx, but I got an error when infer by ort:
Non-zero status code returned while running Expand node. Name:'/GaussianDiffusionModel/Expand'…
-
INFO: 127.0.0.1:5314 - "POST / HTTP/1.1" 200 OK
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "E:\GPT-SoVITS-v2-240821\runtime\lib\site-packages\uvicorn\prot…
-
### Describe the issue
GPU RAM gets exhausted during inference (after a certain number of calls), i.e. it keeps increasing randomly
### To reproduce
### Reproduction instructions
```
sess_optio…
-
os: `redhat7.9`
docker version: `20.10.21`
nvidia-container-runtime: `3.13.0-1`
nvidia-container-toolkit: `1.13.5-1`
I performed the following steps:
1. Open MPS on the physical machine. `nvidia-cuda…
-
### 🐛 Describe the bug
# Summary
Using `Tensor.all()` on CUDA tensors with `float32` dtype causes an "illegal memory access" exception after upgrading to PyTorch 2.5 in combination with Python 3…