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 d4daa6a commit 5e61df8Copy full SHA for 5e61df8
packaging/pre_build_script_arm64.sh
@@ -58,7 +58,8 @@ pip install numpy==2.2.3
58
59
if [ "$CHANNEL" = "release" ]; then
60
echo "Installing latest stable version of PyTorch."
61
- pip3 install torch
+ # TODO: update when arm64 torch available on pypi
62
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/torch/
63
elif [ "$CHANNEL" = "test" ]; then
64
echo "Installing PyTorch version $PYTORCH_VERSION."
65
pip3 install torch=="$PYTORCH_VERSION"
0 commit comments