We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c27b3 commit c301dedCopy full SHA for c301ded
src/compressed_tensors/quantization/utils/helpers.py
@@ -476,7 +476,8 @@ def calculate_qparam_shape(
476
:param quantization_args: quantization configuration
477
:return: tuple of (num_groups, expected_shape) where:
478
- num_groups: number of quantization groups
479
- - expected_shape: shape for scale/zero_point tensors (weight_shape[0], num_groups)
+ - expected_shape: shape for scale/zero_point tensors
480
+ (weight_shape[0], num_groups)
481
"""
482
strategy = quantization_args.strategy
483
0 commit comments