diff --git a/docs/articles_en/documentation/openvino_legacy_features.md b/docs/articles_en/documentation/openvino_legacy_features.md index dad31043b8b..d4a10c7edc0 100644 --- a/docs/articles_en/documentation/openvino_legacy_features.md +++ b/docs/articles_en/documentation/openvino_legacy_features.md @@ -8,6 +8,7 @@ OpenVINO Development Tools package Model Optimizer / Conversion API + Deploy Application with Deployment Manager OpenVINO API 2.0 transition Open Model ZOO Apache MXNet, Caffe, and Kaldi @@ -49,6 +50,14 @@ offering. | :doc:`See how to use OVC ` | :doc:`See how to transition from the legacy solution ` +| **OpenVINO Deployment Manager** +| *New solution:* the tool is no longer needed +| *Old solution:* discontinuation planned for OpenVINO 2024.0 +| +| It is recommended to explore alternative deployment solutions available in OpenVINO. +| :doc:`See how to deploy locally ` + + | **Open Model ZOO** | *New solution:* users are encouraged to use public model repositories diff --git a/docs/articles_en/openvino_workflow/deployment_intro.md b/docs/articles_en/openvino_workflow/deployment_intro.md index 446b78ac54c..09a5929660d 100644 --- a/docs/articles_en/openvino_workflow/deployment_intro.md +++ b/docs/articles_en/openvino_workflow/deployment_intro.md @@ -6,7 +6,6 @@ :maxdepth: 1 :hidden: - Deploy Application with Deployment Manager Local Distribution Libraries Optimize Binaries Size @@ -31,8 +30,7 @@ Local Deployment Options - Furthermore, to customize your OpenVINO Docker image, use the `Docker CI Framework `__ to generate a Dockerfile and build the image. - Grab a necessary functionality of OpenVINO together with your application, also called "local distribution": - - using :doc:`OpenVINO Deployment Manager ` - providing a convenient way for creating a distribution package; - - using the advanced :doc:`local distribution ` approach; + - using the :doc:`local distribution ` approach; - using `a static version of OpenVINO Runtime linked to the final app `__. The table below shows which distribution type can be used for what target operating system: @@ -50,8 +48,6 @@ The table below shows which distribution type can be used for what target operat - Ubuntu 22.04 long-term support (LTS), 64-bit; Ubuntu 20.04 long-term support (LTS), 64-bit; Red Hat Enterprise Linux 8, 64-bit * - PyPI (PIP package manager) - See https://pypi.org/project/openvino - * - :doc:`OpenVINO Deployment Manager ` - - All operating systems * - :doc:`Libraries for Local Distribution ` - All operating systems * - `Build OpenVINO statically and link to the final app `__ diff --git a/docs/articles_en/openvino_workflow/deployment_intro/deployment-manager-tool.md b/docs/articles_en/openvino_workflow/deployment_intro/deployment-manager-tool.md index 41695201355..b86656673a7 100644 --- a/docs/articles_en/openvino_workflow/deployment_intro/deployment-manager-tool.md +++ b/docs/articles_en/openvino_workflow/deployment_intro/deployment-manager-tool.md @@ -8,6 +8,10 @@ package for a target device. +.. warning:: + + Note that OpenVINO Deployment Manager is deprecated and will be removed in OpenVINO 2024.0. + The OpenVINO™ Deployment Manager is a Python command-line tool that creates a deployment package by assembling the model, OpenVINO IR files, your application, and associated dependencies into a runtime package for your target device. This tool is delivered within the Intel® Distribution of OpenVINO™ toolkit for Linux, Windows and macOS release packages. It is available in the ``/tools/deployment_manager`` directory after installation. This article provides instructions on how to create a package with Deployment Manager and then deploy the package to your target systems.