broad-daybreak-7542
02/28/2024, 10:24 AMlibcudart.so.12 file after installing torch 2.2.1 on Linux. (FWIW the lock file had all the linux== dependencies that were not there on earlier 2.xx torch). I would just need a plain CPU environment, and the pytorch docs suggested a specific url, in contrast to the 'cuda' environments.
pip3 install torch torchvision torchaudio --index-url <https://download.pytorch.org/whl/cpu>little-pilot-11155
02/28/2024, 11:16 AM[python-repos]
indexes.add = ["<https://download.pytorch.org/whl/cpu>"]
but that would mean all your requirements would be checked against that index. I am not sure if you can say "use that index url for the pytorch only."broad-daybreak-7542
02/28/2024, 11:45 AMbroad-daybreak-7542
02/28/2024, 12:36 PMlittle-pilot-11155
02/28/2024, 1:40 PMbroad-daybreak-7542
02/28/2024, 2:30 PM