We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fff972 commit c64582fCopy full SHA for c64582f
1 file changed
setup.py
@@ -505,6 +505,11 @@ def finalize_options(self):
505
"libopenvino.so",
506
"libopenvino_c.so",
507
"libopenvino_onnx_frontend.so",
508
+ "libopenvino_intel_npu_plugin.so",
509
+ "libopenvino.so.2025.4.1",
510
+ "libopenvino_c.so.2025.4.1",
511
+ "libopenvino_onnx_frontend.so.2025.4.1",
512
+ "libtbb.so.12"
513
]
514
for x in ov_libs:
515
y = "onnxruntime/capi/" + x
0 commit comments