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