Skip to content

Commit fe10aaa

Browse files
authored
Give library name when inferring task during export (#1115)
1 parent 7b4044d commit fe10aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

optimum/exporters/openvino/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def infer_task(
8686
revision=revision,
8787
cache_dir=cache_dir,
8888
token=token,
89+
library_name=library_name,
8990
)
9091
except KeyError as e:
9192
raise KeyError(

0 commit comments

Comments
 (0)