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 e5be84d commit bbb0a69Copy full SHA for bbb0a69
src/compressed_tensors/quantization/utils/helpers.py
@@ -465,7 +465,8 @@ def calculate_qparam_shape(
465
:param quantization_args: quantization configuration
466
:return: tuple of (num_groups, expected_shape) where:
467
- num_groups: number of quantization groups
468
- - expected_shape: shape for scale/zero_point tensors (weight_shape[0], num_groups)
+ - expected_shape: shape for scale/zero_point tensors
469
+ (weight_shape[0], num_groups)
470
"""
471
strategy = quantization_args.strategy
472
0 commit comments