Skip to content

Commit

Permalink
Added NPU plugin to wheel (openvinotoolkit#22263)
Browse files Browse the repository at this point in the history
### Details:
 - Allow to include NPU plugin as part of OpenVINO wheel.

### Tickets:
- CVS-130134
  • Loading branch information
ilya-lavrenov authored Feb 7, 2024
1 parent cf76d23 commit f515471
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bindings/python/wheel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f515471

Please sign in to comment.