Skip to content

Commit

Permalink
[DOCS] genai tweaks pass 2 (#27856)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblaszczak-intel authored Dec 2, 2024
1 parent ca670b8 commit 5db5d20
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/articles_en/assets/images/genai_main_diagram.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 @@ -11,9 +11,16 @@ Inference with OpenVINO GenAI
NPU inference of LLMs <genai-guide-npu>


This article provides reference code and guidance on running generative AI models,
using OpenVINO GenAI. Note that the base OpenVINO version will not work with these instructions,
make sure to :doc:`install OpenVINO GenAI <../../get-started/install-openvino/install-openvino-genai>`.
OpenVINO™ GenAI is a library of pipelines and methods, extending the OpenVINO runtime to work
with generative AI models more efficiently. This article provides reference code and guidance
on its usage. Note that the base OpenVINO version will not work with these instructions,
make sure to :doc:`install OpenVINO with GenAI <../../get-started/install-openvino/install-openvino-genai>`.

.. image:: ../../assets/images/genai_main_diagram.svg
:align: center
:width: 500
:alt: OpenVINO workflow diagram for convenience


| Here is sample code for several Generative AI use case scenarios. Note that these are very basic
examples and may need adjustments for your specific needs, like changing the inference device.
Expand Down
Binary file modified docs/sphinx_setup/_static/download/GenAI_Quick_Start_Guide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/sphinx_setup/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ generative AI, video, audio, and language with models from popular frameworks li
TensorFlow, ONNX, and more. Convert and optimize models, and deploy across a mix of Intel®
hardware and environments, on-premises and on-device, in the browser or in the cloud.

Check out the `OpenVINO Cheat Sheet [PDF] <https://docs.openvino.ai/2024/_static/download/OpenVINO_Quick_Start_Guide.pdf>`__
Check out the `GenAI Quick-start Guide [PDF] <https://docs.openvino.ai/2024/_static/download/GenAI_Quick_Start_Guide.pdf>`__
| Check out the `OpenVINO Cheat Sheet [PDF] <https://docs.openvino.ai/2024/_static/download/OpenVINO_Quick_Start_Guide.pdf>`__
| Check out the `GenAI Quick-start Guide [PDF] <https://docs.openvino.ai/2024/_static/download/GenAI_Quick_Start_Guide.pdf>`__

.. container::
Expand Down

0 comments on commit 5db5d20

Please sign in to comment.