You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand this is probably a @pytorch issue, but with download-libtorch I cannot run things locally with 2.4.0:
error: failed to run custom build command for `torch-sys v0.17.0`
Caused by:
process didn't exit successfully: `/Users/cuducos/Library/CloudStorage/Dropbox/Projects/airnope/target/debug/build/torch-sys-6f2b19bbf05ccb75/build-script-build` (exit status: 1)
--- stdout
cargo:rerun-if-env-changed=LIBTORCH_USE_PYTORCH
cargo:rerun-if-env-changed=LIBTORCH
cargo:rerun-if-env-changed=TORCH_CUDA_VERSION
--- stderr
Error: https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.4.0.zip: status code 403
It makes sense: we can see here that this URL does not exist (maybe it should even be a 404, not 403, but anyway…).
Should tch-rs do something about it? Maybe check the URL before the download and offer a friendly error message if the binary does not exist for a given arch and os combo.
The text was updated successfully, but these errors were encountered:
I understand this is probably a @pytorch issue, but with
download-libtorch
I cannot run things locally with 2.4.0:It makes sense: we can see here that this URL does not exist (maybe it should even be a 404, not 403, but anyway…).
Should
tch-rs
do something about it? Maybe check the URL before the download and offer a friendly error message if the binary does not exist for a given arch and os combo.The text was updated successfully, but these errors were encountered: