Skip to content

Commit

Permalink
Give library name when inferring task during export (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Jan 16, 2025
1 parent 7b4044d commit fe10aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimum/exporters/openvino/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def infer_task(
revision=revision,
cache_dir=cache_dir,
token=token,
library_name=library_name,
)
except KeyError as e:
raise KeyError(
Expand Down

0 comments on commit fe10aaa

Please sign in to comment.