-
Notifications
You must be signed in to change notification settings - Fork 608
Update iOS Llama demo app readme docs #5359
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/5359
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 3b3871f with merge base e0c9312 ( NEW FAILURE - The following job has failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D62660106 |
examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md
Outdated
Show resolved
Hide resolved
examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md
Outdated
Show resolved
Hide resolved
Export the model | ||
``` | ||
python -m examples.models.llama2.export_llama --checkpoint <consolidated.00.pth> -p <params.json> -kv --use_sdpa_with_kv_cache -X -qmode 8da4w --group_size 128 -d fp32 --metadata '{"get_bos_id":128000, "get_eos_ids":[128009, 128001]}' --embedding-quantize 4,32 --output_name="llama3_kv_sdpa_xnn_qe_4_32.pte" | ||
``` |
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.
Do we have instructions on how to export Llava?
This pull request was exported from Phabricator. Differential Revision: D62660106 |
0a96739
to
98adbe4
Compare
Summary: Pull Request resolved: pytorch#5359 - Revamp and standardize the readme docs structure for better clarity. - Added different delegate instructions for ios. - Added some screenshots to improve readme clarity. Differential Revision: D62660106
This pull request was exported from Phabricator. Differential Revision: D62660106 |
Summary: Pull Request resolved: pytorch#5359 - Revamp and standardize the readme docs structure for better clarity. - Added different delegate instructions for ios. - Added some screenshots to improve readme clarity. Differential Revision: D62660106
98adbe4
to
c611bfd
Compare
This pull request was exported from Phabricator. Differential Revision: D62660106 |
c611bfd
to
c22ff24
Compare
Summary: Pull Request resolved: pytorch#5359 - Revamp and standardize the readme docs structure for better clarity. - Added different delegate instructions for ios. - Added some screenshots to improve readme clarity. Reviewed By: larryliu0820 Differential Revision: D62660106
This pull request was exported from Phabricator. Differential Revision: D62660106 |
Summary: Pull Request resolved: pytorch#5359 - Revamp and standardize the readme docs structure for better clarity. - Added different delegate instructions for ios. - Added some screenshots to improve readme clarity. Reviewed By: larryliu0820 Differential Revision: D62660106
c22ff24
to
9ad4ce1
Compare
This pull request was exported from Phabricator. Differential Revision: D62660106 |
Summary: Pull Request resolved: pytorch#5359 - Revamp and standardize the readme docs structure for better clarity. - Added different delegate instructions for ios. - Added some screenshots to improve readme clarity. Reviewed By: larryliu0820 Differential Revision: D62660106
9ad4ce1
to
d85907c
Compare
This pull request was exported from Phabricator. Differential Revision: D62660106 |
Summary: Pull Request resolved: pytorch#5359 - Revamp and standardize the readme docs structure for better clarity. - Added different delegate instructions for ios. - Added some screenshots to improve readme clarity. Reviewed By: larryliu0820 Differential Revision: D62660106
d85907c
to
f656aa9
Compare
This pull request was exported from Phabricator. Differential Revision: D62660106 |
Summary: Pull Request resolved: pytorch#5359 - Revamp and standardize the readme docs structure for better clarity. - Added different delegate instructions for ios. - Added some screenshots to improve readme clarity. Reviewed By: larryliu0820 Differential Revision: D62660106
f656aa9
to
8660feb
Compare
This pull request was exported from Phabricator. Differential Revision: D62660106 |
Summary: Pull Request resolved: pytorch#5359 - Revamp and standardize the readme docs structure for better clarity. - Added different delegate instructions for ios. - Added some screenshots to improve readme clarity. Reviewed By: larryliu0820 Differential Revision: D62660106
8660feb
to
69a127d
Compare
Summary: Pull Request resolved: pytorch#5359 - Revamp and standardize the readme docs structure for better clarity. - Added different delegate instructions for ios. - Added some screenshots to improve readme clarity. Reviewed By: larryliu0820 Differential Revision: D62660106
This pull request was exported from Phabricator. Differential Revision: D62660106 |
69a127d
to
3b3871f
Compare
This pull request has been merged in 58700fa. |
Summary:
Differential Revision: D62660106