-
torch-npu 2.2.0
`import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
device = "npu"
# THUDM/glm49bchat
tokenizer = AutoTokenizer.from_pretrained("/home…
-
Dear team, I notice currently tensorrt only supports 4D input GirdSample(see #3207), is there any chance to support 5D input in the future?
-
### 🐛 Describe the bug
I observed the following errors while building PyTorch v1.11 with USE_CUDA=0 on ppc64le:
```
/work/aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h: In static member fun…
-
### 🐛 Describe the bug
Traceback (most recent call last):
File "", line 1, in
File "/opt/anaconda3/lib/python3.11/site-packages/torch/_tensor.py", line 522, in backward
torch.autograd.bac…
-
## Description
Trying to perform predictions using `intfloat/multilingual-e5-small` fails on a machine with a GPU. This used to work in DJL 0.26.0 using PY_TORCH 2.0.1 but now fails on 0.28.0 (and p…
-
项目下下来简单填了几个answer和question然后跑起来测试,发现可以运行并且效果还不错,就搞了将近2mb的answer和question,在preprocessing阶段通过,开始训练的时候就提示下面的错误了。
THCudaCheck FAIL file=C:/new-builder_3/win-wheel/pytorch/aten/src/ATen/native/cuda/Em…
-
Hello, I encountered this error while running the code. I downloaded the code and ran it directly. I have installed python 1.6.0, cuda 10.2, cuDNN7.6 and python 3.7. What is the situation, please?
…
-
# 🐛 Bug
## Command
`pip install -v -U --no-build-isolation --no-deps git+https://github.com/ROCm/xformers.git@develop#egg=xformers`
## To Reproduce
`In file included from xformers/csrc/atten…
-
https://github.com/pytorch/pytorch/blob/ff026f3d0a68a4533b193498adc5b5c7b045b73c/aten/src/ATen/native/LossNLL.cpp#L99
```[tasklist]
### Tasks
```
cc @albanD @mruberry @jbschlosser @walterddr @mikayl…
-
Hello,
When I run either of these two commands, I get the same error:
1) python3 test_video_ava.py --cuda -d ucf24 -v yowof-r50 --weight resnet-50-kinetics.pth --video 2022101301.mp4
…