-
Notifications
You must be signed in to change notification settings - Fork 807
tutorial for devtool debugibility #16735
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/16735
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New Failures, 1 Unrelated FailureAs of commit 9fb866b with merge base 176c162 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@Gasoonjia has exported this pull request. If you are a Meta employee, you can view the originating Diff in D90809255. |
This PR needs a
|
Summary: This diff introduces a tutorial for executorch devtool debugibility Reviewed By: GregoryComer Differential Revision: D90809255
7bf1444 to
9fb866b
Compare
|
|
||
| from executorch.exir import ExecutorchProgramManager, to_edge_transform_and_lower | ||
| from torch.export import export, ExportedProgram | ||
| from torchvision import models |
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.
Looks like this lint failure needs to be addressed
Summary: This diff introduces a tutorial for executorch devtool debugibility
Reviewed By: GregoryComer
Differential Revision: D90809255