Skip to content

Commit

Permalink
amazonlinus2023
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jan 9, 2025
1 parent c6a6e1e commit 0fa37c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ jobs:
DWN_PYTORCH_ORG="https://download.pytorch.org/whl/cu124"
fi
python3 -m pip install torch==2.5.1 --index-url ${DWN_PYTORCH_ORG}
python3 -m pip install torch --index-url ${DWN_PYTORCH_ORG}
python3 -c "import torch;"

0 comments on commit 0fa37c6

Please sign in to comment.