Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Conversation

kirklandsign
Copy link
Contributor

No description provided.

Copy link

pytorch-bot bot commented Sep 10, 2024

🔗 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 Failure

As of commit e7003c5 with merge base c5c121b (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 10, 2024
@kirklandsign kirklandsign force-pushed the benchmark-app-update branch 2 times, most recently from b9c5365 to 3d2a3d7 Compare September 11, 2024 01:54
@facebook-github-bot
Copy link
Contributor

@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@kirklandsign kirklandsign changed the title Benchmark app update Benchmark app and testspec update Sep 12, 2024
@facebook-github-bot
Copy link
Contributor

@kirklandsign merged this pull request in 8874de2.

@kirklandsign kirklandsign deleted the benchmark-app-update branch September 12, 2024 20:37
- 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"
Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Contributor

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

facebook-github-bot pushed a commit that referenced this pull request Sep 13, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants