-
Notifications
You must be signed in to change notification settings - Fork 637
Add CoreML CI jobs for optimum-executorch models #12870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12870
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 82 Pending, 1 Unrelated FailureAs of commit 9ec0ca7 with merge base 094b3c4 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
28d6c5d
to
80d6bbb
Compare
7bc520d
to
7ba2a60
Compare
This PR:
Currently the following models are added:
The following models can run for me locally with the script .ci/scripts/test_huggingface_optimum_model.py, but are not running in CI (requires investigation):
This CI job complements the other CI script .ci/scripts/test_model.sh that is based on the ExecuTorch examples repo.