-
Notifications
You must be signed in to change notification settings - Fork 354
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
Benchmark app and testspec update #5240
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5240
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit e7003c5 with merge base c5c121b (): NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
b9c5365
to
3d2a3d7
Compare
3d2a3d7
to
64f1476
Compare
64f1476
to
8d4e201
Compare
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign merged this pull request in 8874de2. |
- adb -s $DEVICEFARM_DEVICE_UDID shell "chmod 664 /data/local/tmp/minibench/*.bin" | ||
- adb -s $DEVICEFARM_DEVICE_UDID shell "chmod 664 /data/local/tmp/minibench/*.pte" | ||
- adb -s $DEVICEFARM_DEVICE_UDID shell "ls -la /data/local/tmp/minibench/" | ||
- adb -s $DEVICEFARM_DEVICE_UDID shell "run-as org.pytorch.minibench rm -rf files" |
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.
Ouch, this doesn't work and ends up with run-as: unknown package: org.pytorch.minibench
in trunk. That error makes sense because this is pre_test
, so I suspect that the app hasn't been installed yet
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.
Never mind, I realize that the warnings comes from LlamaDemo and ExecuTorchDemo
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.
Push a fix in #5340
Summary: After #5240, as the test spec becomes more catered toward Minibench, it doesn't work with LlamaDemo anymore because of the different model path and is currently failing in trunk https://hud.pytorch.org/hud/pytorch/executorch/main/1?per_page=50&name_filter=test-llama-app. I think this job has outlived its usefulness and can be cleaned up. We already have android-perf workflow in its place. guangy10 has already cleaned it up once before, but we have kept it around till the benchmark workflow grows a bit more. Pull Request resolved: #5340 Reviewed By: kirklandsign Differential Revision: D62624109 Pulled By: huydhn fbshipit-source-id: 26e09f965ce0f61cba13a5cbc75acccc67376920
No description provided.