We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4044d commit fe10aaaCopy full SHA for fe10aaa
optimum/exporters/openvino/__main__.py
@@ -86,6 +86,7 @@ def infer_task(
86
revision=revision,
87
cache_dir=cache_dir,
88
token=token,
89
+ library_name=library_name,
90
)
91
except KeyError as e:
92
raise KeyError(
0 commit comments