Skip to content

Commit 6be5fa6

Browse files
committed
make style
1 parent ce304c7 commit 6be5fa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

optimum/intel/openvino/modeling_decoder.py

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

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

609611
_weight_only_quantization(causal_model, quantization_config)
610612
return causal_model

0 commit comments

Comments
 (0)