-
Notifications
You must be signed in to change notification settings - Fork 741
Support qwen phi gemma whisper #14110
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 phi gemma whisper #14110
Conversation
Support weight sharing in MTK Runtime
…_phi_gemma_whisper
…_phi_gemma_whisper
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14110
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 28 PendingAs of commit ed29c7d with merge base 72d50b2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
fb1ea7d to
fd52664
Compare
|
Thanks! Can you fix the lint error? |
|
Hi could you please suggest how to deal with the lint-urls and lint-xrefs errors? For lint-urls the highlighted urls are example urls in the comment section, so should be ignorable. For lint-xrefs we are not sure what the error is. Thanks! |
|
Here is the patch You can run |
|
I'm not sure why `Lint / link-check / lint-xrefs / linux-job (pull_request) keeps running forever.. |
|
Looks like a bug from ourside, can you add following patch too |
|
After double checking the xref errors, it looks like it's due to the large files in the PRs. Can you make the following changes
With the changes above, I'm able to run |
|
We have remove the large files and ran ./scripts/lint_xrefs.sh successfully on our side, the issue should be solved now. |
I see, thanks a lot! It passes on my side too. Once the CI job finish, I'll merge |
### Summary 1. Added AoT support for qwen2, qwen2.5, qwen3, gemma2, gemma3, phi3, phi4, whisper 2. Added runner support for qwen, gemma2, phi3 ### TODO 1. Add runner support for gemma3, phi4 and whisper.
Summary
TODO