Closed danielclough closed 1 year ago
Using export TORCH_CUDA_VERSION=cu113 I get an error downloading https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu113.zip.
export TORCH_CUDA_VERSION=cu113
https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu113.zip
The route is status code 403.
403
I was able to fix this by:
Deleting /target
/target
Setting export TORCH_CUDA_VERSION=cu117
export TORCH_CUDA_VERSION=cu117
Rebuilding.
Using
export TORCH_CUDA_VERSION=cu113
I get an error downloadinghttps://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu113.zip
.The route is status code
403
.