Skip to content

Commit bbb0a69

Browse files
committed
quality
Signed-off-by: shanjiaz <[email protected]>
1 parent e5be84d commit bbb0a69

File tree

1 file changed

+2
-1
lines changed
  • src/compressed_tensors/quantization/utils

1 file changed

+2
-1
lines changed

src/compressed_tensors/quantization/utils/helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ def calculate_qparam_shape(
465465
:param quantization_args: quantization configuration
466466
:return: tuple of (num_groups, expected_shape) where:
467467
- num_groups: number of quantization groups
468-
- expected_shape: shape for scale/zero_point tensors (weight_shape[0], num_groups)
468+
- expected_shape: shape for scale/zero_point tensors
469+
(weight_shape[0], num_groups)
469470
"""
470471
strategy = quantization_args.strategy
471472

0 commit comments

Comments
 (0)