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
I had to revert the version of torch to get it working: pip uninstall torch torchaudio torchvision pip install torch==2.0.1 torchaudio==2.0.2 torchvision==0.15.2 --extra-index-url <whatever version of CUDA (11.8 for me)>
Not sure if this will help in your case but worth a shot I think
I have tested the installation via
(riffusion) C:\Users\m>pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
but it all seems to be installed correctly, however I get that error when using CUDA
I am on Windows 10, on RTX2060 and using CUDA 11_6
The text was updated successfully, but these errors were encountered: