Skip to content

Commit

Permalink
Update optimum/exporters/openvino/__main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jan 17, 2025
1 parent 5ae26d0 commit 0c1189a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimum/exporters/openvino/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ class StoreAttr(object):
if library_name == "open_clip":
model = _OpenClipForZeroShotImageClassification.from_pretrained(model_name_or_path, cache_dir=cache_dir)
else:
logger.warn(loading_kwargs)
model = TasksManager.get_model_from_task(
task,
model_name_or_path,
Expand Down

0 comments on commit 0c1189a

Please sign in to comment.