Skip to content

Commit

Permalink
[RELEASE-ONLY] Fix install_requirements.sh (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangy10 authored Apr 12, 2024
1 parent 16c3afc commit 6a67ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ REQUIREMENTS_TO_INSTALL=(

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

#
Expand Down

0 comments on commit 6a67ec2

Please sign in to comment.