I tried to install torch using the provided command:
pip install torch==1.10.2+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
Defaulting to user installation because normal site-packages is not writeable
Looking in links: https://download.pytorch.org/whl/cu113/torch_stable.html
ERROR: Could not find a version that satisfies the requirement torch==1.10.2+cu113 (from versions: 1.11.0, 1.11.0+cu113, 1.12.0, 1.12.0+cu113, 1.12.1, 1.12.1+cu113, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2)
ERROR: No matching distribution found for torch==1.10.2+cu113
Are any of these newer versions suitable alternatives compatible with SATURN?
It should work with whatever version of torch you have later than 1.10 and whatever version of CUDA you have! Please let me know if it doesn't. Thanks!
Hello,
I tried to install torch using the provided command:
Are any of these newer versions suitable alternatives compatible with SATURN?