File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -342,8 +342,8 @@ jobs:
342342 git clone https://github.com/huggingface/optimum-executorch
343343 pushd optimum-executorch
344344 # There is no release yet, for CI stability, always test from the same commit on main
345- git checkout 1c653dc49812fc431a22312c7295d97005d22e12
346- python install_dev.py
345+ git checkout 4c3b18f6cca68c5ccff809131d570062723d7188
346+ python install_dev.py --skip_override_torch
347347 pip list
348348
349349 ARGS=(
Original file line number Diff line number Diff line change @@ -347,8 +347,8 @@ jobs:
347347 git clone https://github.com/huggingface/optimum-executorch
348348 pushd optimum-executorch
349349 # There is no release yet, for CI stability, always test from the same commit on main
350- git checkout 1c653dc49812fc431a22312c7295d97005d22e12
351- ${CONDA_RUN} python install_dev.py
350+ git checkout 4c3b18f6cca68c5ccff809131d570062723d7188
351+ ${CONDA_RUN} python install_dev.py --skip_override_torch
352352 pip list
353353
354354 ARGS=(
Original file line number Diff line number Diff line change @@ -571,9 +571,8 @@ jobs:
571571 git clone https://github.com/huggingface/optimum-executorch
572572 pushd optimum-executorch
573573 # There is no release yet, for CI stability, always test from the same commit on main
574- git checkout 1c653dc49812fc431a22312c7295d97005d22e12
575- pip install .[tests]
576- pip install transformers==4.52.4
574+ git checkout 4c3b18f6cca68c5ccff809131d570062723d7188
575+ python install_dev.py --skip_override_torch
577576 popd
578577 pip list
579578 echo "::endgroup::"
You can’t perform that action at this time.
0 commit comments