We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3f612 commit 292cf8eCopy full SHA for 292cf8e
optimum/commands/export/openvino.py
@@ -212,7 +212,7 @@ def parse_args(parser: "ArgumentParser"):
212
213
def run(self):
214
from ...exporters.openvino.__main__ import infer_task, main_export, maybe_convert_tokenizers
215
- from ...intel.openvino.configuration import _DEFAULT_4BIT_CONFIG, get_default_int4_config, OVConfig
+ from ...intel.openvino.configuration import _DEFAULT_4BIT_CONFIG, OVConfig, get_default_int4_config
216
217
if self.args.library is None:
218
# TODO: add revision, subfolder and token to args
0 commit comments