From 322da1a57e084d2b6230e730ebb3d6cbfd7681bf Mon Sep 17 00:00:00 2001 From: Sebastian Golebiewski Date: Wed, 7 Aug 2024 11:45:50 +0200 Subject: [PATCH] [DOCS] Update local distribution docs (#25948) Updating diagrams and adding info on support for NPU. Addressing JIRA ticket: 148996 --- docs/articles_en/assets/images/deployment_full.svg | 4 ++-- docs/articles_en/assets/images/deployment_simplified.svg | 4 ++-- .../deployment-locally/local-distribution-libraries.rst | 8 +++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/articles_en/assets/images/deployment_full.svg b/docs/articles_en/assets/images/deployment_full.svg index 0e059f4b626a7e..e3b4e02a393c8e 100644 --- a/docs/articles_en/assets/images/deployment_full.svg +++ b/docs/articles_en/assets/images/deployment_full.svg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f4f556048b744609002b58ad550ddc1bca91fa9e04d496cdabb73187d1681b2 -size 59990 +oid sha256:a4739c6e6de67cc82e1fb06f463c542209ed589dfb844cc2348de25dccafcb68 +size 83675 diff --git a/docs/articles_en/assets/images/deployment_simplified.svg b/docs/articles_en/assets/images/deployment_simplified.svg index c8b48412d576a1..735c557034dc55 100644 --- a/docs/articles_en/assets/images/deployment_simplified.svg +++ b/docs/articles_en/assets/images/deployment_simplified.svg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68d5003431670cea03abc68eba89ffc9c566e08782ae6f5a80dd4a2a20766847 -size 21883 +oid sha256:2c85d8be8a526aef8e200cfef35ae08f86a46bf5366957f312620d36d3d5403a +size 34874 diff --git a/docs/articles_en/openvino-workflow/deployment-locally/local-distribution-libraries.rst b/docs/articles_en/openvino-workflow/deployment-locally/local-distribution-libraries.rst index 629b6646a7a80e..4d05172abac96b 100644 --- a/docs/articles_en/openvino-workflow/deployment-locally/local-distribution-libraries.rst +++ b/docs/articles_en/openvino-workflow/deployment-locally/local-distribution-libraries.rst @@ -41,9 +41,6 @@ to optimally saturate devices with computations. If your application is in C language, you need to additionally include the ``openvino_c`` library. -The ``plugins.xml`` file with information about inference devices must also be taken as a support file for ``openvino``. - - Libraries for Pluggable Components ################################## @@ -58,6 +55,7 @@ For each inference device, OpenVINO Runtime has its own plugin library: - ``openvino_intel_cpu_plugin`` for :doc:`Intel® CPU devices <../running-inference/inference-devices-and-modes/cpu-device>` - ``openvino_intel_gpu_plugin`` for :doc:`Intel® GPU devices <../running-inference/inference-devices-and-modes/gpu-device>` +- ``openvino_intel_npu_plugin`` for :doc:`Intel® NPU devices <../running-inference/inference-devices-and-modes/npu-device>` - ``openvino_arm_cpu_plugin`` for :doc:`ARM CPU devices <../running-inference/inference-devices-and-modes/cpu-device>` Depending on which devices are used in the app, the corresponding libraries should be included in the distribution package. @@ -80,6 +78,8 @@ Refer to the table below for details: | | | cache.json | | ``.\runtime\bin\intel64\Release\cache.json`` or | | | | | | ``.\runtime\bin\intel64\Debug\cache.json`` | +--------------+-------------------------+-------------------------------------------------------+ + | NPU | — | — | + +--------------+-------------------------+-------------------------------------------------------+ | Arm® CPU | — | — | +--------------+-------------------------+-------------------------------------------------------+ @@ -103,6 +103,8 @@ Refer to the table below for details: | GPU | | libOpenCL.so | | ``/usr/lib/x86_64-linux-gnu/libOpenCL.so.1`` | | | | cache.json | | ``./runtime/lib/intel64/cache.json`` | +--------------+-------------------------+-------------------------------------------------------+ + | NPU | — | — | + +--------------+-------------------------+-------------------------------------------------------+ .. tab-item:: macOS arm64 :sync: macos-arm-64