-
Notifications
You must be signed in to change notification settings - Fork 607
Support more open-source models #11125
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 more open-source models #11125
Conversation
1. Add export scripts for new models 2. Fix build scripts
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11125
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 6d69738 with merge base 401016d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "partner: mediatek" |
@pytorchbot label "release notes: Support 5 new models on MTK backend" |
Didn't find following labels among repository labels: release notes: Support 5 new models on MTK backend |
Hey can you rebase? There seems quite a few CI failure |
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.
Thank you!
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
2 similar comments
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
The lintrunner job is failing, can you help fixing it? |
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary
This PR adds support for 5 more open-source models: dcgan, wav2letter, vit_b_16, mobilebert, emformer_rnnt
Update model export script
cc @cccclai @cbilgin