Skip to content

Commit 20d362a

Browse files
authored
Update quant_config.py
1 parent f0bb64b commit 20d362a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compressed_tensors/quantization/quant_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def from_pretrained(
231231

232232
if format is None:
233233
if quantization_status == QuantizationStatus.COMPRESSED:
234-
format = CompressionFormat.int_quantized.value # why?!
234+
format = CompressionFormat.int_quantized.value
235235
else:
236236
format = CompressionFormat.dense.value
237237

0 commit comments

Comments
 (0)