Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Sun <[email protected]>
  • Loading branch information
Satrat and SunMarc committed Sep 9, 2024
1 parent 81a13dd commit f53d7b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CompressedTensorsHfQuantizer(HfQuantizer):
quantized state with compressed_tensors
"""

requires_calibration = False
requires_calibration = True
required_packages = ["compressed_tensors"]

def __init__(self, quantization_config: QuantizationConfigMixin, **kwargs):
Expand Down

0 comments on commit f53d7b9

Please sign in to comment.