From d49680e3955254d63eff3593923dffd3f6f13aec Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Wed, 26 Mar 2025 12:49:50 -0700 Subject: [PATCH] Update pinned optimum-executorch commit hash in the CI --- .github/workflows/trunk.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 30f2e30eeb4..f1ebe2647ca 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -536,9 +536,8 @@ jobs: git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main - git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 - pip install . - pip install accelerate sentencepiece + git checkout 577a2b19670e4c643a5c6ecb09bf47b9a699e7c6 + pip install .[tests] pip list echo "::endgroup::"