From ccddf0b0fbbccc58ce3d09095dba049877910f42 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Fri, 19 Jan 2024 19:39:00 +0800 Subject: [PATCH] Added NPU plugin to wheel --- src/bindings/python/wheel/setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/bindings/python/wheel/setup.py b/src/bindings/python/wheel/setup.py index 74a71da3b3013d..cdf699357359c7 100644 --- a/src/bindings/python/wheel/setup.py +++ b/src/bindings/python/wheel/setup.py @@ -85,6 +85,13 @@ "rpath": LIBS_RPATH, "binary_dir": OPENVINO_BINARY_DIR, }, + "npu_plugin": { + "name": "npu", + "prefix": f"{BUILD_BASE}/libs.npu", + "install_dir": OV_RUNTIME_LIBS_DIR, + "rpath": LIBS_RPATH, + "binary_dir": OPENVINO_BINARY_DIR, + }, "multi_plugin": { "name": "multi", "prefix": f"{BUILD_BASE}/libs.multi",