-
Notifications
You must be signed in to change notification settings - Fork 607
Refactor export_llama_lib #2030
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2030
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c1eedea with merge base d89a342 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D54027081 |
Summary: Separate out "receipe" code and actual "cooking" code. Introduces a new `LlamaBuilder` class that handles internal logic of exporting. Takes source transforms, quantizers, and partitioners. Differential Revision: D54027081
e74a586
to
7e4861c
Compare
This pull request was exported from Phabricator. Differential Revision: D54027081 |
7e4861c
to
6d1d4da
Compare
Summary: Separate out "receipe" code and actual "cooking" code. Introduces a new `LlamaBuilder` class that handles internal logic of exporting. Takes source transforms, quantizers, and partitioners. Reviewed By: mergennachin Differential Revision: D54027081
This pull request was exported from Phabricator. Differential Revision: D54027081 |
Summary: Separate out "receipe" code and actual "cooking" code. Introduces a new `LlamaBuilder` class that handles internal logic of exporting. Takes source transforms, quantizers, and partitioners. Reviewed By: mergennachin Differential Revision: D54027081
6d1d4da
to
9da0849
Compare
This pull request was exported from Phabricator. Differential Revision: D54027081 |
Summary: Separate out "receipe" code and actual "cooking" code. Introduces a new `LlamaBuilder` class that handles internal logic of exporting. Takes source transforms, quantizers, and partitioners. Reviewed By: mergennachin Differential Revision: D54027081
9da0849
to
789855a
Compare
This pull request was exported from Phabricator. Differential Revision: D54027081 |
Summary: Separate out "receipe" code and actual "cooking" code. Introduces a new `LlamaBuilder` class that handles internal logic of exporting. Takes source transforms, quantizers, and partitioners. Reviewed By: mergennachin Differential Revision: D54027081
789855a
to
60d5c09
Compare
This pull request was exported from Phabricator. Differential Revision: D54027081 |
Summary: Separate out "receipe" code and actual "cooking" code. Introduces a new `LlamaBuilder` class that handles internal logic of exporting. Takes source transforms, quantizers, and partitioners. Reviewed By: mergennachin Differential Revision: D54027081
60d5c09
to
84e8d1e
Compare
This pull request was exported from Phabricator. Differential Revision: D54027081 |
Summary: Separate out "receipe" code and actual "cooking" code. Introduces a new `LlamaBuilder` class that handles internal logic of exporting. Takes source transforms, quantizers, and partitioners. Reviewed By: mergennachin Differential Revision: D54027081
84e8d1e
to
c1eedea
Compare
This pull request was exported from Phabricator. Differential Revision: D54027081 |
This pull request has been merged in c4a1e95. |
Summary:
Separate out "receipe" code and actual "cooking" code.
Introduces a new
LlamaBuilder
class that handles internal logic of exporting. Takes source transforms, quantizers, and partitioners.Differential Revision: D54027081