-
Notifications
You must be signed in to change notification settings - Fork 284
[BE] Rename qparams for tinygemm #2344
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
…tize_affine_tinygemm
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2344
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 6d4baef with merge base 83663b8 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -26,14 +26,14 @@ | |||
choose_qparams_and_quantize_affine_hqq, | |||
dequantize_affine, | |||
dequantize_affine_float8, | |||
dequantize_affine_float_zero_point, |
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.
can you do a search to see if these are used outside of torchao?
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.
oh I did a search, looks like not
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.
Yup, found the same
Rename