snap-stanford / SATURN

MIT License
108 stars 17 forks source link

Torch version not available #28

Closed dariotommasini closed 10 months ago

dariotommasini commented 10 months ago

Hello,

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?

Yanay1 commented 10 months ago

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!