Open Dujianhua1008 opened 4 months ago
I think you may have an issue with your torch installation. Try to reinstall torch
Got the same issue. I installed torch using conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
and cloned the autoawq repo and installed it from source.
Got the same issue. I installed torch using
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
and cloned the autoawq repo and installed it from source.
hello,I dont know which torch suit me,so I pip install autoawq and then uninstall it,later I built awq from source ,Its OK。
I reinstalled torch and still the issue persists. I tried installing from the source as well but didn't get it working.
@casper-hansen any idea how to overcome this?
autoawq_kernels==0.0.7
torch==2.3.1
torchaudio==2.4.0+cu118
torchvision==0.19.0+cu118
I am using an EC2 instance (g5.24xlarge) i.e 4xA10s
NVIDIA-SMI 535.183.01 Driver Version: 535.183.01 CUDA Version: 12.2
@NamburiSrinath try this:
--no-build-isolation
argumentMeet the same error, solved by upgrading Pytorch to 2.4.
Meet the same error, solved by upgrading Pytorch to 2.4.
thanks.problem solved
from the new version,I build it but I cant import awq,
error like this