From 07cedd72758d4ecd9192a05a851c192e0e2b6f4d Mon Sep 17 00:00:00 2001 From: Huy Do Date: Wed, 8 Jan 2025 16:06:57 -0800 Subject: [PATCH] Fix typo --- .ci/scripts/setup-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/scripts/setup-macos.sh b/.ci/scripts/setup-macos.sh index e0fd36969b..f9e43c1c8b 100755 --- a/.ci/scripts/setup-macos.sh +++ b/.ci/scripts/setup-macos.sh @@ -131,7 +131,7 @@ if [[ -z "${GITHUB_RUNNER:-}" ]]; then fi print_cmake_info -# We use PyTorch build from source here instead of nightly. This allows CI to test against +# We build PyTorch from source here instead of using nightly. This allows CI to test against # the pinned commit from PyTorch install_executorch "use-pt-pinned-commit" build_executorch_runner "${BUILD_TOOL}"