-
Notifications
You must be signed in to change notification settings - Fork 752
Make the quantized path the main compilation path (#7939) #8852
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8852
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 91d3414 with merge base a5f9210 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary: Pull Request resolved: #7939 This diff propagates the changes to the testing APIs to the regular (e.g. used in Bento or standalone) APIs. It introduces `quantize_and_export_to_executorch`, and makes `export_to_executorch` call it. Reviewed By: zonglinpeng Differential Revision: D67646596
|
This pull request was exported from Phabricator. Differential Revision: D67646596 |
|
This pull request was exported from Phabricator. Differential Revision: D67646596 |
14ea8a2 to
91d3414
Compare
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary:
This diff propagates the changes to the testing APIs to the regular (e.g. used in Bento or standalone) APIs.
It introduces
quantize_and_export_to_executorch, and makesexport_to_executorchcall it.Reviewed By: zonglinpeng
Differential Revision: D67646596