From 558e713043964b0433c4bcdc1e594c7c6898b988 Mon Sep 17 00:00:00 2001 From: Karol Blaszczak Date: Mon, 27 Nov 2023 14:58:10 +0100 Subject: [PATCH] [DOCS] fixes lts disclaimer master --- .../documentation/openvino_legacy_features.md | 4 ++-- .../cpp_sample_automatic_speech_recognition.md | 9 +++++---- .../python_sample_automatic_speech_recognition.md | 9 +++++---- docs/install_guides/pypi-openvino-dev.md | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/articles_en/documentation/openvino_legacy_features.md b/docs/articles_en/documentation/openvino_legacy_features.md index 6a680f3af10..345d1e261c0 100644 --- a/docs/articles_en/documentation/openvino_legacy_features.md +++ b/docs/articles_en/documentation/openvino_legacy_features.md @@ -60,7 +60,7 @@ offering. | **Open Model ZOO** | *New solution:* users are encouraged to use public model repositories -| *Old solution:* discontinuation planned for OpenVINO 2024.0 +| *Old solution:* discontinuation planned for OpenVINO 2025.0 | | Open Model ZOO provided a collection of models prepared for use with OpenVINO, and a small set of tools enabling a level of automation for the process. @@ -85,7 +85,7 @@ offering. | **Post-training Optimization Tool (POT)** | *New solution:* NNCF extended in OpenVINO 2023.0 -| *Old solution:* POT discontinuation planned for 2024 +| *Old solution:* POT discontinuation planned for 2024.0 | | Neural Network Compression Framework (NNCF) now offers the same functionality as POT, apart from its original feature set. It is currently the default tool for performing diff --git a/docs/articles_en/learn_openvino/openvino_samples/cpp_sample_automatic_speech_recognition.md b/docs/articles_en/learn_openvino/openvino_samples/cpp_sample_automatic_speech_recognition.md index 4c0823d60a2..615b791fbc2 100644 --- a/docs/articles_en/learn_openvino/openvino_samples/cpp_sample_automatic_speech_recognition.md +++ b/docs/articles_en/learn_openvino/openvino_samples/cpp_sample_automatic_speech_recognition.md @@ -11,10 +11,11 @@ .. note:: - This sample is being deprecated and will no longer be maintained after - OpenVINO 2023.2 (LTS). The main reason for it is the outdated state of - the sample and its extensive usage of GNA, which is not going to be - supported by OpenVINO beyond 2023.2. + This sample is now deprecated and will be removed with OpenVINO 2024.0. + The sample was mainly designed to demonstrate the features of the GNA plugin + and the use of models produced by the Kaldi framework. OpenVINO support for + these components is now deprecated and will be discontinued, making the sample + redundant. This sample demonstrates how to execute an Asynchronous Inference of acoustic model based on Kaldi\* neural networks and speech feature vectors. diff --git a/docs/articles_en/learn_openvino/openvino_samples/python_sample_automatic_speech_recognition.md b/docs/articles_en/learn_openvino/openvino_samples/python_sample_automatic_speech_recognition.md index 27ceeff9ef4..a94bb4776eb 100644 --- a/docs/articles_en/learn_openvino/openvino_samples/python_sample_automatic_speech_recognition.md +++ b/docs/articles_en/learn_openvino/openvino_samples/python_sample_automatic_speech_recognition.md @@ -11,10 +11,11 @@ .. note:: - This sample is being deprecated and will no longer be maintained after - OpenVINO 2023.2 (LTS). The main reason for it is the outdated state of - the sample and its extensive usage of GNA, which is not going to be - supported by OpenVINO beyond 2023.2. + This sample is now deprecated and will be removed with OpenVINO 2024.0. + The sample was mainly designed to demonstrate the features of the GNA plugin + and the use of models produced by the Kaldi framework. OpenVINO support for + these components is now deprecated and will be discontinued, making the sample + redundant. This sample demonstrates how to do a Synchronous Inference of acoustic model based on Kaldi\* neural models and speech feature vectors. diff --git a/docs/install_guides/pypi-openvino-dev.md b/docs/install_guides/pypi-openvino-dev.md index bdb2b37c5b9..ac27fd7c062 100644 --- a/docs/install_guides/pypi-openvino-dev.md +++ b/docs/install_guides/pypi-openvino-dev.md @@ -3,7 +3,7 @@ > **NOTE**: This version is pre-release software and has not undergone full release validation or qualification. No support is offered on pre-release software and APIs/behavior are subject to change. It should NOT be incorporated into any production software/solution and instead should be used only for early testing and integration while awaiting a final release version of this software. -> **NOTE**: OpenVINO™ Development Tools package has been deprecated and will be discontinued with 2024.0 release. To learn more, refer to the [OpenVINO Legacy Features and Components page](https://docs.openvino.ai/2023.2/openvino_legacy_features.html). +> **NOTE**: OpenVINO™ Development Tools package has been deprecated and will be discontinued with 2025.0 release. To learn more, refer to the [OpenVINO Legacy Features and Components page](https://docs.openvino.ai/2023.2/openvino_legacy_features.html). Intel® Distribution of OpenVINO™ toolkit is an open-source toolkit for optimizing and deploying AI inference. It can be used to develop applications and solutions based on deep learning tasks, such as: emulation of human vision, automatic speech recognition, natural language processing, recommendation systems, etc. It provides high-performance and rich deployment options, from edge to cloud.