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 9af14ee commit 08e3857Copy full SHA for 08e3857
packaging/pre_build_script_arm64.sh
@@ -60,7 +60,7 @@ if [ "$CHANNEL" = "release" ]; then
60
pip3 install --pre torch --index-url https://download.pytorch.org/whl/torch/
61
elif [ "$CHANNEL" = "test" ]; then
62
echo "Installing PyTorch version $PYTORCH_VERSION."
63
- pip3 install --pre torch=="$PYTORCH_VERSION" --index-url=https://download.pytorch.org/whl/test
+ pip3 install --pre torch=="$PYTORCH_VERSION" --index-url https://download.pytorch.org/whl/test
64
else
65
echo "CHANNEL is not set, installing PyTorch from nightly."
66
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
0 commit comments