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
Hello, I have cuda version 11.8 therefore this command doesn't work for me: pip install torch==1.10.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html
I installed with another one: pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
After I run pip install -r requirements.txt i think it reinstalled my pytorch package and cuda became unavailable.
Can you recommend something in this case?
The text was updated successfully, but these errors were encountered:
Hello, I have cuda version 11.8 therefore this command doesn't work for me:
pip install torch==1.10.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html
I installed with another one:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
After I run
pip install -r requirements.txt
i think it reinstalled my pytorch package and cuda became unavailable.Can you recommend something in this case?
The text was updated successfully, but these errors were encountered: