I am integrating libtorch into my project and I need a static link to where I can download libtorch from. The only link that I’m able to find for CUDA 12.1 is https://download.pytorch.org/libtorch/nightly/cu121/libtorch-cxx11-abi-shared-with-deps-latest.zip.
The issue here is that this link is always pointing to the “latest” version which changes every now and then but I want to be in control of which version I have and when I update it. Where can I find a static link to this version or older versions for CUDA 12.1 instead of this link to the latest release?
The next 2.1.0 release will use CUDA 12.1 and you should be able to tag it then with a static URL.
Thanks! That’s great news. Do you know when we can roughly expect that release?
My best guess is in the next few weeks.