-
Couldn't load subscription status.
- Fork 25.7k
Modify APoT dequantize method #82126
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
[ghstack-poisoned]
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 109d69e (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
[ghstack-poisoned]
### Summary Modify APoT dequantize method to correctly add dequantized values to result numpy array ### Test Plan Run unit tests with: `python test/quantization/core/experimental/test_quantizer.py` [ghstack-poisoned]
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.
there's a lint error and a print still in the code
otherwise looks good
### Summary Modify APoT dequantize method to correctly add dequantized values to result numpy array ### Test Plan Run unit tests with: `python test/quantization/core/experimental/test_quantizer.py` [ghstack-poisoned]
|
@pytorchbot merge -g |
|
@pytorchbot successfully started a merge job. Check the current status here |
Summary: ### Summary Modify APoT dequantize method to correctly add dequantized values to result numpy array and retain original tensor dimensions ### Test Plan Run unit tests with: `python test/quantization/core/experimental/test_quantizer.py` Pull Request resolved: #82126 Approved by: https://github.com/HDCharles Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/a01fb5392fbc45d61eddb9d3dd91d82637f06016 Reviewed By: osalpekar Differential Revision: D38181804 Pulled By: asl3 fbshipit-source-id: e7343e1acd0e29e8262ca22d1f2144f4c5d79582
Stack from ghstack (oldest at bottom):
Summary
Modify APoT dequantize method to correctly add dequantized values to result numpy array and retain original tensor dimensions
Test Plan
Run unit tests with:
python test/quantization/core/experimental/test_quantizer.py