I’ve been trying to update my libtorch used in docker images but the download links are just giving me HTTP 403 when I try to download via a terminal.
I’ve tried with wget:
wget -v -O libtorch.zip https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.9.0%2Bcpu.zip
wget -v -O libtorch.zip https://download.pytorch.org/libtorch/cu128/libtorch-shared-with-deps-2.9.0%2Bcu128.zip
And with curl using curl -v -fsSL --insecure -o libtorch.zip $URL .
This used to work perfectly with https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu113.zip so I’m just wondering if anything’s changed. Googling bought up some issues most of which closed with no answer or not responded to either…