Skip to content

Commit

Permalink
Use Torch-stable 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cferry-AMD committed Jul 24, 2024
1 parent 6bb6554 commit b9fae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/ci/install_python_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ case $torch_version in
;;
stable)
echo "::group::installing stable torch"
python3 -m pip install --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cpu
python3 -m pip install --no-cache-dir torch==2.3.1 torchvision --index-url https://download.pytorch.org/whl/cpu
python3 -m pip install --no-cache-dir -r $repo_root/build-requirements.txt
echo "::endgroup::"
;;
Expand Down

0 comments on commit b9fae35

Please sign in to comment.