Skip to content

Revert "Bump HF version" #9600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,9 @@ 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 1907349524b5f2d61f9c04d2e985da826d4308ba
pip install .[tests]
git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25
pip install .
pip install accelerate sentencepiece
pip list
echo "::endgroup::"

Expand Down
2 changes: 1 addition & 1 deletion requirements-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# TODO: Make each example publish its own requirements.txt
timm == 1.0.7
torchsr == 1.0.4
transformers ==4.50.1
transformers ==4.47.1
Loading