Skip to content

Commit 4b8ac94

Browse files
authored
Revert "Bump HF version" (#9600)
Reverts #9408
1 parent 610f398 commit 4b8ac94

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/trunk.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,9 @@ 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 1907349524b5f2d61f9c04d2e985da826d4308ba
540-
pip install .[tests]
539+
git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25
540+
pip install .
541+
pip install accelerate sentencepiece
541542
pip list
542543
echo "::endgroup::"
543544

requirements-examples.txt

+1-1
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.50.1
5+
transformers ==4.47.1

0 commit comments

Comments
 (0)