-
Notifications
You must be signed in to change notification settings - Fork 753
[Executorch][Export][1/n] Add exported program and GraphModule as inputs, validation and tests #16126
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
[Executorch][Export][1/n] Add exported program and GraphModule as inputs, validation and tests #16126
Conversation
…uts, validation and tests Add support for `ExportedProgram` and `GraphModule` as inputs to `ExportSession` with proper validation. - This allows users to pass already Quantized or exported programs directly to `ExportSession`, skipping the quantization or export stages as needed. - Includes comprehensive test coverage for all input types. Differential Revision: [D87576716](https://our.internmc.facebook.com/intern/diff/D87576716/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16126
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit 287856c with merge base 53c6ad2 ( NEW FAILURES - The following jobs have failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
larryliu0820
left a comment
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.
Review automatically exported from Phabricator review in Meta.
This PR needs a
|
…dule as inputs, validation and tests" Add support for `ExportedProgram` and `GraphModule` as inputs to `ExportSession` with proper validation. - This allows users to pass already Quantized or exported programs directly to `ExportSession`, skipping the quantization or export stages as needed. - Includes comprehensive test coverage for all input types. Differential Revision: [D87576716](https://our.internmc.facebook.com/intern/diff/D87576716/) [ghstack-poisoned]
…dule as inputs, validation and tests" Add support for `ExportedProgram` and `GraphModule` as inputs to `ExportSession` with proper validation. - This allows users to pass already Quantized or exported programs directly to `ExportSession`, skipping the quantization or export stages as needed. - Includes comprehensive test coverage for all input types. Differential Revision: [D87576716](https://our.internmc.facebook.com/intern/diff/D87576716/) [ghstack-poisoned]
59a4195
into
gh/abhinaykukkadapu/11/base
Stack from ghstack (oldest at bottom):
Add support for
ExportedProgramandGraphModuleas inputs toExportSessionwith proper validation.ExportSession, skipping the quantization or export stages as needed.Differential Revision: D87576716