-
Notifications
You must be signed in to change notification settings - Fork 608
Upload Apple iOS benchmark results to benchmark database #5982
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5982
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c569208 with merge base 57e3c81 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
.github/workflows/apple-perf.yml
Outdated
--output-dir benchmark-results \ | ||
--repo ${{ github.repository }} \ | ||
--head-branch ${{ github.head_ref || github.ref_name }} \ | ||
--workflow-name ${{ github.workflow }} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--workflow-name ${{ github.workflow }} \ | |
--workflow-name "${{ github.workflow }}" \ |
The workflow name must be passed as a string, otherwise you may see invalid arguments error
Do you plan to add the JSON output? |
I will need to sync with @shoumikhin on if it's possible to achieve that with the current form the the benchmark |
fyi, #6023 is putting up some fixes to include "backend" and "dtype" in the exported model name. Can't test it e2e for iOS since this PR is still WIP. |
@huydhn Can you schedule a run to include a non-genai model w/ coreml delegate, e.g. mv3? The coreml model will be named as |
Another test with stories110M and mv2 https://github.com/pytorch/executorch/actions/runs/11245821876 with coreml |
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Do the same for iOS benchmark, there is no JSON output atm, so I parse the test spec output directly
Testing
https://github.com/pytorch/executorch/actions/runs/11239684907