-
Notifications
You must be signed in to change notification settings - Fork 607
Add priliminary support for lifted graphs #199
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
This pull request was exported from Phabricator. Differential Revision: D48710125 |
0f7b4fa
to
09d78df
Compare
This pull request was exported from Phabricator. Differential Revision: D48710125 |
09d78df
to
a5ea63a
Compare
This pull request was exported from Phabricator. Differential Revision: D48710125 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D48710125 |
a5ea63a
to
85ff1a9
Compare
This pull request was exported from Phabricator. Differential Revision: D48710125 |
85ff1a9
to
66e3998
Compare
This pull request was exported from Phabricator. Differential Revision: D48710125 |
66e3998
to
fd170e1
Compare
This pull request was exported from Phabricator. Differential Revision: D48710125 |
fd170e1
to
9c2feb3
Compare
Summary: This is to pull in torch/export changes from pytorch #108571 Differential Revision: D49065077 fbshipit-source-id: 608238e4154eaa0dd8118528c6f873c4244a0b25
Summary: This adds support to delegate graph exported with `enable_aot=True && _unlift=False`. This is going to be the canonical config. Main changes involve passing around ExportedProgram to look up parameters like weights instead of just doing get_attr on the graph_module. Support for unlifted graphs still exists, until we remove `_unlift` knob. Pull Request resolved: pytorch/executorch#199 Reviewed By: mcr229 Differential Revision: D48710125 fbshipit-source-id: e84c3f2bf0163048d8e4bbe72b92afac8e77ce0f
This pull request was exported from Phabricator. Differential Revision: D48710125 |
9c2feb3
to
415901d
Compare
This pull request has been merged in b388d3d. |
* load quantized gguf * add comments * remove AOTI * remove ubunut
Reviewed By: mcr229
Differential Revision: D48710125