We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45ac22 commit 523b5e4Copy full SHA for 523b5e4
.github/workflows/trunk.yml
@@ -601,7 +601,7 @@ jobs:
601
done
602
603
test-coreml-optimum-executorch:
604
- name: test-apple-model
+ name: test-coreml-optimum-executorch
605
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
606
strategy:
607
fail-fast: false
@@ -638,7 +638,6 @@ jobs:
638
for MODEL_NAME in "${MODELS[@]}"; do
639
bash .ci/scripts/export_optimum_et_coreml.sh $MODEL_NAME" /tmp/$MODEL_NAME
640
641
-
642
test-huggingface-transformers:
643
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
644
if: ${{ !github.event.pull_request.head.repo.fork }}
0 commit comments