-
Notifications
You must be signed in to change notification settings - Fork 626
Add CoreML support for torchao quantize_ #12664
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/12664
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 7 PendingAs of commit 5407082 with merge base 6aa864e ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
0c33bf0
to
b15b856
Compare
9709e8a
to
a86cdc5
Compare
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.
Nice!
9994c6d
to
7b753f1
Compare
This is CoreML support for blockwise/channelwise quantization of linear/embedding layers using torchao APIs.
This PR is based on top of #12648, and will be rebased once that lands to show the changes isolated to quantization.