Skip to content

Commit 6a67ec2

Browse files
authored
[RELEASE-ONLY] Fix install_requirements.sh (#3002)
1 parent 16c3afc commit 6a67ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ REQUIREMENTS_TO_INSTALL=(
9595

9696
# Install the requirements. `--extra-index-url` tells pip to look for package
9797
# versions on the provided URL if they aren't available on the default URL.
98-
$PIP_EXECUTABLE install --extra-index-url "${TORCH_NIGHTLY_URL}" \
98+
$PIP_EXECUTABLE install --extra-index-url "${TORCH_URL}" \
9999
"${REQUIREMENTS_TO_INSTALL[@]}"
100100

101101
#

0 commit comments

Comments
 (0)