I have cuda 11.2 in my PC and want to install PyTorch. PyTorch has only mentions of CUDA10.2 and 11.3 in it's website
Can I install torch==1.10.1+cu113 on my PC? If not, how can I install PyTorch for CUDA11.2
I don't want to change my CUDA version as I have other applications using it.
I tried the one for 11.3 and so far it works fine w/ the GPU:
sudo pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
This worked but is not the latest version though
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With