Skip to content
Merged
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 577a2b19670e4c643a5c6ecb09bf47b9a699e7c6
pip install .[tests]
pip list
echo "::endgroup::"

Expand Down
Loading