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 b5cd4e7 commit f0bb64bCopy full SHA for f0bb64b
src/compressed_tensors/compressors/model_compressors/model_compressor.py
@@ -183,6 +183,7 @@ def from_pretrained_model(
183
:return: compressor for the configs, or None if model is not compressed
184
"""
185
186
+ compression_formats = None
187
if quantization_format is not None:
188
# llmcompressor incorrectly passes in a CompressionFormat when
189
# the value string is expected - handle both cases
0 commit comments