We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
whl/test
1 parent 096a90d commit 65b6ed1Copy full SHA for 65b6ed1
packaging/pkg_helpers.bash
@@ -207,7 +207,7 @@ setup_pip_pytorch_version() {
207
fi
208
else
209
pip_install "torch==$PYTORCH_VERSION$PYTORCH_VERSION_SUFFIX" \
210
- -f https://download.pytorch.org/whl/torch_test.html \
+ -f https://download.pytorch.org/whl/test/torch_test.html \
211
-f https://download.pytorch.org/whl/torch_stable.html \
212
-f https://download.pytorch.org/whl/nightly/torch_nightly.html
213
0 commit comments