Skip to content
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: 2 additions & 3 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 1907349524b5f2d61f9c04d2e985da826d4308ba
pip install .[tests]
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.47.1
transformers ==4.50.1
Loading