-
Notifications
You must be signed in to change notification settings - Fork 536
[Android demo] Decouple pte file from assets and remove unused #8906
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
Instead, load pte file from /data/local/tmp/, which makes packaging the APK much faster. Meanwhile, remove unused activities and asset files.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8906
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ff70cf0 with merge base 24671a9 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "topic: not user facing" |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Differential Revision: D70528015 Pull Request resolved: #8906
Summary
Instead, load pte file from /data/local/tmp/, which makes packaging the APK much faster.
Meanwhile, remove unused activities and asset files.
Test plan
CI