Skip to content

Commit 3a55f32

Browse files
guangy10Guang Yang
andauthored
Bump HF version (#9408)
HF version bump. Ensure `optimum-executorch` can work on new `transformers` models with `executorch==0.6.0` ### Test plan CI to test HF models Co-authored-by: Guang Yang <[email protected]>
1 parent c20e8ab commit 3a55f32

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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 1907349524b5f2d61f9c04d2e985da826d4308ba
540+
pip install .[tests]
542541
pip list
543542
echo "::endgroup::"
544543

requirements-examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# TODO: Make each example publish its own requirements.txt
33
timm == 1.0.7
44
torchsr == 1.0.4
5-
transformers ==4.47.1
5+
transformers ==4.50.1

0 commit comments

Comments
 (0)