Skip to content

Commit

Permalink
[DOCS] Update local distribution docs (openvinotoolkit#25948)
Browse files Browse the repository at this point in the history
Updating diagrams and adding info on support for NPU. Addressing JIRA
ticket: 148996
  • Loading branch information
sgolebiewski-intel authored Aug 7, 2024
1 parent 55f62a0 commit 322da1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/articles_en/assets/images/deployment_full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/articles_en/assets/images/deployment_simplified.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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
##################################

Expand All @@ -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.
Expand All @@ -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 |||
+--------------+-------------------------+-------------------------------------------------------+

Expand All @@ -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
Expand Down

0 comments on commit 322da1a

Please sign in to comment.