Skip to content

Commit 0c1189a

Browse files
authored
Update optimum/exporters/openvino/__main__.py
1 parent 5ae26d0 commit 0c1189a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

optimum/exporters/openvino/__main__.py

-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ class StoreAttr(object):
369369
if library_name == "open_clip":
370370
model = _OpenClipForZeroShotImageClassification.from_pretrained(model_name_or_path, cache_dir=cache_dir)
371371
else:
372-
logger.warn(loading_kwargs)
373372
model = TasksManager.get_model_from_task(
374373
task,
375374
model_name_or_path,

0 commit comments

Comments
 (0)