-
Notifications
You must be signed in to change notification settings - Fork 607
Fix Android llama2 demo app after #2962 #3032
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
To see if it fixes the Android app
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3032
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f91c5d4 with merge base 4d7dd03 ( 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. |
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This fixes the issue when the demo Android app fails to load llama2 model and returns an exit code 20.
As this failure can be captured by running the instrumentation test suite on Android devices, I also add the test spec that I'm using there for future reference.
Testing
https://github.com/pytorch/executorch/actions/runs/8682469360/job/23808274556?pr=3032#step:12:80 loads the model successfully and shows the observed TSP now