-
Notifications
You must be signed in to change notification settings - Fork 683
Support qwen 0.5 b #13972
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
Support qwen 0.5 b #13972
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13972
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 PendingAs of commit d02fcf1 with merge base 646e0c4 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D81724880 |
This PR needs a
|
Summary: Add entry point to run 0.5B model. Run with ``` buck run mode/dev-nosan //executorch/extension/llm/export:export_llm -- --config executorch/examples/models/llama/config/llama_bf16.yaml +base.model_class="qwen2_5_0_5b" +base.params="./executorch/examples/models/qwen2_5/config/0_5b_config.json" ``` Differential Revision: D81724880
c41333a
to
d02fcf1
Compare
This pull request was exported from Phabricator. Differential Revision: D81724880 |
@cccclai CI trunk job test-models-linux-aarch64 looks broken after this change, ptal |
Update tests here - executorch/examples/models/__init__.py Line 38 in 8456567
executorch/.ci/scripts/test_model.sh Line 100 in 8456567
executorch/.github/workflows/trunk.yml Line 179 in 8456567
|
Summary: Forward fix for pytorch#13972 Rollback Plan: Differential Revision: D81789757
Thanks for the code pointer. Fix is here #14013 |
Summary: Forward fix for #13972 Rollback Plan: Differential Revision: D81789757
Summary:
Add entry point to run 0.5B model. Run with
Differential Revision: D81724880