Unverified Commit 141cd439 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[UX] Remove noisy CT UnquantizedLinearMethod warn (#33273)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent 6bf3b46d
...@@ -751,11 +751,7 @@ class CompressedTensorsConfig(QuantizationConfig): ...@@ -751,11 +751,7 @@ class CompressedTensorsConfig(QuantizationConfig):
model_compression_config=model_compression_config, model_compression_config=model_compression_config,
) )
elif weight_quant is None: elif weight_quant is None:
logger.warning_once( # Falling back to UnquantizedLinearMethod
"Acceleration for non-quantized schemes is "
"not supported by Compressed Tensors. "
"Falling back to UnquantizedLinearMethod"
)
return None return None
else: else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment