-
Notifications
You must be signed in to change notification settings - Fork 250
ET or AOTI backend logic #392
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
Overall looks good. I can build on this for #393. |
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.
Should maybe drop special logic in export.py for gguf (line 75-89) and rely on global state in builder.py alone.
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.
Eventually. But first we fix the implementation of operators.
@@ -35,15 +35,17 @@ | |||
|
|||
|
|||
def main(args): | |||
# THIS BELONGS INTO CLI |
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.
I'll have a PR out to move this shortly.
* ET or AOTI backend logic * use args, not builder_args * typo * typo
* ET or AOTI backend logic * use args, not builder_args * typo * typo
* ET or AOTI backend logic * use args, not builder_args * typo * typo
* ET or AOTI backend logic * use args, not builder_args * typo * typo
* ET or AOTI backend logic * use args, not builder_args * typo * typo
* ET or AOTI backend logic * use args, not builder_args * typo * typo
Add global state logic to manage backends used by export.
This feature will be removed in the future and should not be relied on in long-term planning.