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 9c0dbe8 commit ed888d9Copy full SHA for ed888d9
packaging/pkg_helpers.bash
@@ -214,7 +214,7 @@ setup_pip_pytorch_version() {
214
else
215
pip_install "torch==$PYTORCH_VERSION$PYTORCH_VERSION_SUFFIX" \
216
-f https://download.pytorch.org/whl/torch_stable.html \
217
- -f https://download.pytorch.org/whl/test/torch_test.html
+ -f https://download.pytorch.org/whl/test/torch_test.html \
218
-f https://download.pytorch.org/whl/nightly/torch_nightly.html
219
fi
220
}
0 commit comments