-
Notifications
You must be signed in to change notification settings - Fork 680
Update Arm delegate tutorial for MobileNetV2 usages #3914
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
Add the related setup documentations for running the Delegated Quantized MobileNetV2 example Signed-off-by: Jerry Ge <[email protected]> Change-Id: Ied8298938fcb37cfa95bd044439c305380f0c1eb
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3914
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c925191 with merge base 0bb5492 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
||
At the end of this, we should have two different `.pte` files. First one with the [SoftmaxModule](#softmaxmodule), without any backend delegates. And the second one with the [AddModule](#addmodule), and with Arm Ethos-U backend delegate enabled. Now let's try to run these `.pte` files on a Corstone-300 platform in a bare-metal environment. | ||
### Delegated Quantized Workflow | ||
Before generating the `.pte` file for delegated quantized networks like MobileNetV2, we need to build the `quantized_ops_aot_lib` |
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.
Nit: Is this covered by some other docs? If not does it make sense to create another page and link it from here? Rationale is if other use cases need to do this as well.
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.
Is this covered by some other docs?
No from my understanding. That makes sense. I will refactor this part once we got more use cases. I will leave this as this right now.
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Also you might want to rebase on top of the #3847 to make sure the CI is clean |
just rebased! thanks for the note. |
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@digantdesai merged this pull request in a7a9bac. |
Add the related setup documentations for running
the Delegated Quantized MobileNetV2 example
Change-Id: Ied8298938fcb37cfa95bd044439c305380f0c1eb