Skip to content

Commit

Permalink
Fix the use of PyTorch pin commit in MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Jan 9, 2025
1 parent 39e8538 commit cc67c6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,8 @@ if [[ -z "${GITHUB_RUNNER:-}" ]]; then
fi

print_cmake_info
install_executorch
# We use PyTorch build from source here instead of nightly. This allows CI to test against
# the pinned commit from PyTorch
install_executorch "use-pt-pinned-commit"
build_executorch_runner "${BUILD_TOOL}"
do_not_use_nightly_on_ci

0 comments on commit cc67c6c

Please sign in to comment.