Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Feb 23, 2024
1 parent bf91033 commit c0bc7ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions optimum/exporters/openvino/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ def main_export(
"Please, pass an `ov_config` argument instead `OVConfig(quantization_config={ratio=compression_ratio})`."
)

# default_config = _check_default_4bit_configs(config)

if ov_config is None and compression_option is not None:
from ...intel.openvino.configuration import OVConfig

Expand Down

0 comments on commit c0bc7ba

Please sign in to comment.