# pytorch with CUDA support | |
-i https://download.pytorch.org/whl/cu113 | |
# CUDA 11.3 | |
torch==1.11.0+cu113 | |
torchvision==0.12.0+cu113 | |
# CPU-only version of PyTorch | |
# torch==1.11.0 | |
# torchvision==0.12.0 | |
# CPU-only | |
# torch==torch-1.11.0-cp310-cp310-linux_x86_64.whl | |
# torchvision==torchvision-0.12.0-cp310-cp310-linux_x86_64.whl | |
# torch==torch-1.11.0+cu113-cp310-cp310-linux_x86_64.whl | |
# torchvision==torchvision-0.12.0+cu113-cp310-cp310-linux_x86_64.whl | |