Skip to content

Instantly share code, notes, and snippets.

@umitkacar
Last active September 13, 2023 06:53
Show Gist options
  • Save umitkacar/7cdacddc89ea03c307a4cf253e7c1bf4 to your computer and use it in GitHub Desktop.
Save umitkacar/7cdacddc89ea03c307a4cf253e7c1bf4 to your computer and use it in GitHub Desktop.
@umitkacar
Copy link
Author

sudo -H pip3 install torch==1.10.1+cu111 -f https://nelsonliu.me/files/pytorch/whl/torch_stable.html
sudo -H pip3 install torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/torch_stable.html

@umitkacar
Copy link
Author

sudo -H pip3 install torch==1.11.0+cu113 -f https://nelsonliu.me/files/pytorch/whl/torch_stable.html
sudo -H pip3 install torchvision==0.12.0+cu113 torchaudio==0.11.0 -f https://download.pytorch.org/whl/torch_stable.html

@umitkacar
Copy link
Author

umitkacar commented Jul 23, 2022

sudo -H pip3 install torch==1.12.0+cu113 -f https://github.com/nelson-liu/pytorch-manylinux-binaries/releases
sudo -H pip3 install torchvision==0.13.0+cu113 torchaudio==0.12.0 -f https://github.com/nelson-liu/pytorch-manylinux-binaries/releases

@umitkacar
Copy link
Author

pip3 install torch==1.9.1+cu111 -f https://nelsonliu.me/files/pytorch/whl/torch_stable.html
pip3 install torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment