-
Notifications
You must be signed in to change notification settings - Fork 742
Qualcomm AI Engine Direct - Improve CLI tools #16012
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/16012
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 6 PendingAs of commit 1d29be5 with merge base 1864fb0 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
cccclai
left a comment
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.
Thanks! Can you rebase to trigger CI?
| from torchao.quantization import pt2e | ||
| from torchao.quantization.pt2e.quantize_pt2e import convert_pt2e, prepare_pt2e | ||
|
|
||
| INPUT_ORDER = "input_order" |
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.
On a side note, it seems this cli tool is for QA and not necessarily for community users, can we document it?
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.
Done, thanks.
8757c9e to
d751901
Compare
This PR needs a
|
Summary
(e.g., input1:=input1.raw input2:=input2.raw)
origin: outputs/output_0_0.pt outputs/outupt_1_0.pt
new: outputs/Result_0/output_0.pt output/Result_1/output_0.pt
Motivation
This PR facilitates QC CI/QA teams to validate the QNN output with goldens.
Test plan