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.
1 parent 6e097c5 commit 7167c81Copy full SHA for 7167c81
packaging/pkg_helpers.bash
@@ -170,7 +170,7 @@ setup_pip_pytorch_version() {
170
fi
171
else
172
pip_install "torch==$PYTORCH_VERSION$PYTORCH_VERSION_SUFFIX" \
173
- -f https://download.pytorch.org/whl/torch_test.html \
+ -f https://download.pytorch.org/whl/test/torch_test.html \
174
-f https://download.pytorch.org/whl/torch_stable.html \
175
-f https://download.pytorch.org/whl/nightly/torch_nightly.html
176
0 commit comments