File size: 452 Bytes
44acddd 84a14d0 2da0893 42c0f88 6772b36 84a14d0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# 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 |