Skip to content

Commit 7d614a5

Browse files
guangy10Guang Yang
andauthored
Update pinned optimum-executorch commit hash in the CI (#9653)
Previous attempt to bump HF transformers version to latest is reverted due to llava model imcompatibility. This PR is to just ensure the CI are able to test `optimum-executorch` with latest version of HF transformers and upcoming `executorch==0.6.0`. Note: This change is purely on CI and only for optimum-executorch, should not affect other models like llava. Co-authored-by: Guang Yang <[email protected]>
1 parent f8c1014 commit 7d614a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,8 @@ jobs:
536536
git clone https://github.com/huggingface/optimum-executorch
537537
cd optimum-executorch
538538
# There is no release yet, for CI stability, always test from the same commit on main
539-
git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25
540-
pip install .
541-
pip install accelerate sentencepiece
539+
git checkout 577a2b19670e4c643a5c6ecb09bf47b9a699e7c6
540+
pip install .[tests]
542541
pip list
543542
echo "::endgroup::"
544543

0 commit comments

Comments
 (0)