[UX] Remove noisy CT UnquantizedLinearMethod warn (#33273)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user