Skip to content

Commit 08e3857

Browse files
style nitpick
1 parent 9af14ee commit 08e3857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pre_build_script_arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if [ "$CHANNEL" = "release" ]; then
6060
pip3 install --pre torch --index-url https://download.pytorch.org/whl/torch/
6161
elif [ "$CHANNEL" = "test" ]; then
6262
echo "Installing PyTorch version $PYTORCH_VERSION."
63-
pip3 install --pre torch=="$PYTORCH_VERSION" --index-url=https://download.pytorch.org/whl/test
63+
pip3 install --pre torch=="$PYTORCH_VERSION" --index-url https://download.pytorch.org/whl/test
6464
else
6565
echo "CHANNEL is not set, installing PyTorch from nightly."
6666
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu

0 commit comments

Comments
 (0)