-
Notifications
You must be signed in to change notification settings - Fork 608
Export Mimi to xnnpack #9303
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
Export Mimi to xnnpack #9303
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,7 +205,7 @@ def execute(self, custom_runner_cmd=None, method_index=0): | |
qnn_executor_runner_cmds = " ".join( | ||
[ | ||
f"cd {self.workspace} &&", | ||
f"chmod +x ./qnn_executor_runner &&", | ||
"chmod +x ./qnn_executor_runner &&", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this change related? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probably because of the lint runner I forgot to fix... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I saw this on my prs and just bypassed it 😅 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah lint runner failed on it. |
||
f"./qnn_executor_runner {qnn_executor_runner_args}", | ||
] | ||
) | ||
|
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.
Why not lower bit? Also how did you decide between pt2e and ao?
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.
One step for now. Will add 4 bit via 8da4w.