File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -723,10 +723,10 @@ jobs:
723723
724724 echo "::endgroup::"
725725
726- test-huggingface-transformers -coreml :
726+ test-huggingface-optimum-text-generation -coreml :
727727 # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
728728 if : ${{ !github.event.pull_request.head.repo.fork }}
729- name : test-huggingface-transformers -coreml
729+ name : test-huggingface-optimum-text-generation -coreml
730730 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
731731 permissions :
732732 id-token : write
@@ -766,7 +766,8 @@ jobs:
766766 git clone https://github.com/huggingface/optimum-executorch
767767 pushd optimum-executorch
768768 # There is no release yet, for CI stability, always test from the same commit on main
769- git checkout $OPTIMUM_ET_COMMIT
769+ # git checkout $OPTIMUM_ET_COMMIT
770+ gh pr checkout 114
770771 ${CONDA_RUN} python install_dev.py --skip_override_torch
771772
772773 # When using transformers 4.53 onward, optimum-et uses dynamic shapes for LLMs
@@ -789,6 +790,7 @@ jobs:
789790 "--recipe" "coreml_fp32_gpu"
790791 "--qlinear" "4w"
791792 "--qembedding" "8w"
793+ "--disable_dynamic_shapes"
792794 "--output_dir" "${OUTPUT_DIR}"
793795 )
794796
You can’t perform that action at this time.
0 commit comments