Correct the inaccurate docstring for int4_row_quantize() #4904
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/1930
When I was reading the code in
quantize.py
, the docstring in int4_row_quantize() seems inaccurate.The
int4_row_quantize()
function returnswq
with shape[N, K]
, not[N, K // 2]
:So
wq
is[N, K]
stored asint8
elements, where eachint8
element contains a single int4 value. And after it, the actual packing could be done via:https://www.internalfb.com/code/fbsource/[c12bfdd174f7897f4615f98b630f2ac612c471fa]/fbcode/deeplearning/fbgemm/fbgemm_gpu/experimental/gen_ai/gen_ai/quantize.py?lines=18
Differential Revision:
D82919480
Privacy Context Container: 151967047006994