-
Notifications
You must be signed in to change notification settings - Fork 403
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
Add Llama3.2 CoreML ANE to benchmark #7399
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7399
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 95c6cd7 with merge base 62016d6 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@huydhn We need the ability to specify the OS version together to select devices from the device pool as some configs may require to run on/above certain OS versions. Running Llama3.2 w/ Core ML ANE requires minimal iOS 18.0 for example. |
@guangy10 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
It could be done by creating a new device pool. I go ahead and create one ready. You can use |
Okay, we can see the CoreML ANE is working on iSO 18. Going to use the new device pool for this path |
5dbf903
to
f44bfe7
Compare
f44bfe7
to
95c6cd7
Compare
@guangy10 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Llama3.2 Core ML ANE. Require iOS 18. @huydhn created a new device pool with iOS 18+. We will run the ANE path using this device pool.
Job link: https://github.com/pytorch/executorch/actions/runs/12423590967