We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce304c7 commit 6be5fa6Copy full SHA for 6be5fa6
optimum/intel/openvino/modeling_decoder.py
@@ -604,7 +604,9 @@ def _from_pretrained(
604
default_config = _check_default_4bit_configs(config)
605
606
if default_config:
607
- logger.info(f"For the given model, we recommend the following `quantization_config` : {default_config}")
+ logger.info(
608
+ f"For the given model, we recommend the following `quantization_config` : {default_config}"
609
+ )
610
611
_weight_only_quantization(causal_model, quantization_config)
612
return causal_model
0 commit comments