You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
xiaoboelse
changed the title
These commands indicate that cuda is normal, but an error occurred when executing setup.py
Solved on its own, please ignore
Jun 4, 2024
I am not familiar at all with cuda/pytorch/compilation on windows.
However, it seems that your installed version of pytorch is a cpu-only build. If you have installed it with conda, do not forget the nvidia channel and the pytorch-cuda, eg conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia.
Then you need to install the cuda toolkit (https://developer.nvidia.com/cuda-downloads) and set CUDA_HOME to the location where it is installed.
Can you help me check this question? Thank you!
The text was updated successfully, but these errors were encountered: