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 16c3afc commit 6a67ec2Copy full SHA for 6a67ec2
install_requirements.sh
@@ -95,7 +95,7 @@ REQUIREMENTS_TO_INSTALL=(
95
96
# Install the requirements. `--extra-index-url` tells pip to look for package
97
# versions on the provided URL if they aren't available on the default URL.
98
-$PIP_EXECUTABLE install --extra-index-url "${TORCH_NIGHTLY_URL}" \
+$PIP_EXECUTABLE install --extra-index-url "${TORCH_URL}" \
99
"${REQUIREMENTS_TO_INSTALL[@]}"
100
101
#
0 commit comments