Skip to content

Commit 8289e91

Browse files
committed
up
1 parent fb53d2a commit 8289e91

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eea657ddbdeb1118943a92fb73c289985c3ee1ba
1+
36e3dd54effb3f6d13d792029609292fdd5502bb

.github/workflows/trunk.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,7 @@ jobs:
842842
git clone https://github.com/huggingface/optimum-executorch
843843
pushd optimum-executorch
844844
# There is no release yet, for CI stability, always test from the same commit on main
845-
# git checkout $OPTIMUM_ET_COMMIT
846-
${CONDA_RUN} conda install -c conda-forge gh
847-
gh pr checkout 114
845+
git checkout $OPTIMUM_ET_COMMIT
848846
${CONDA_RUN} python install_dev.py --skip_override_torch
849847
850848
# When using transformers 4.53 onward, optimum-et uses dynamic shapes for LLMs

0 commit comments

Comments
 (0)