Skip to content

Commit ce304c7

Browse files
committed
fix typo
1 parent e661d44 commit ce304c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/openvino/modeling_decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def _from_pretrained(
604604
default_config = _check_default_4bit_configs(config)
605605

606606
if default_config:
607-
logger.info(f"For the given mode, we recommend the following `quantization_config` : {default_config}")
607+
logger.info(f"For the given model, we recommend the following `quantization_config` : {default_config}")
608608

609609
_weight_only_quantization(causal_model, quantization_config)
610610
return causal_model

0 commit comments

Comments
 (0)