Skip to content

Commit 3ba7f82

Browse files
authored
Update optimum/exporters/openvino/convert.py
1 parent 1acaf8c commit 3ba7f82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

optimum/exporters/openvino/convert.py

-1
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ def export_from_model(
757757
logger.warning(
758758
f"The generation config will not be saved, saving failed with following error:\n{exception}"
759759
)
760-
logger.warn(preprocessors)
761760
save_preprocessors(preprocessors, model.config, output, trust_remote_code)
762761

763762
files_subpaths = ["openvino_" + model_name + ".xml" for model_name in models_and_export_configs.keys()]

0 commit comments

Comments
 (0)