Skip to content

Commit 8b71fb0

Browse files
committed
add librany name to load model
1 parent f854fdf commit 8b71fb0

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
@@ -233,6 +233,7 @@ class StoreAttr(object):
233233
trust_remote_code=trust_remote_code,
234234
framework=framework,
235235
device=device,
236+
library_name=library_name,
236237
**loading_kwargs,
237238
)
238239

0 commit comments

Comments
 (0)