From 89e4cb42525bd1929f58b24c514c9ff95a81d0f1 Mon Sep 17 00:00:00 2001 From: Maciej Smyk Date: Fri, 8 Dec 2023 10:58:05 +0100 Subject: [PATCH] Update learn_openvino.rst (#21539) --- docs/articles_en/learn_openvino.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/articles_en/learn_openvino.rst b/docs/articles_en/learn_openvino.rst index db433e93272..a8a2a8018b4 100644 --- a/docs/articles_en/learn_openvino.rst +++ b/docs/articles_en/learn_openvino.rst @@ -30,6 +30,5 @@ as well as an experienced user. | :doc:`OpenVINO Samples ` | The OpenVINO samples (Python and C++) are simple console applications that show how to use specific OpenVINO API features. They can assist you in executing tasks such as loading a model, running inference, querying particular device capabilities, etc. -| :doc:`OpenVINO™ API 2.0 Transition Guide ` -| With the release of 2022.1 OpenVINO introduced its improved API 2.0 and its new OpenVINO IR model format: IR v11. This tutorial will instruct you on how to adopt the new solution, as well as show you the benefits of the new logic of working with models. - +| :doc:`Optimize and Deploy Generative AI Models ` +| Detailed information on how OpenVINO accelerates Generative AI use cases and what models it supports. This tutorial provides instructions for running Generative AI models using Hugging Face Optimum Intel and Native OpenVINO APIs.