Skip to content

Commit

Permalink
[DOCS] add images to testdrive article (#28451)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblaszczak-intel authored Jan 15, 2025
1 parent 724cf80 commit b360c92
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/articles_en/assets/images/TestDrive_geti_download.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/articles_en/assets/images/TestDrive_llm_import.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/articles_en/assets/images/TestDrive_llm_metrics.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/articles_en/assets/images/TestDrive_llm_model_chat.gif
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 @@ -9,7 +9,7 @@ OpenVINO™ Test Drive



OpenVINO™ Test Drive is a cross-platform graphic user interface application for running and
OpenVINO™ Test Drive is a cross-platform **graphic user interface** application for running and
testing AI models, both generative and vision based.
It can run directly on your computer or on edge devices using
`OpenVINO™ Runtime <https://github.com/openvinotoolkit/openvino>`__.
Expand All @@ -26,7 +26,6 @@ Use OpenVINO™ Test Drive to:
* **Run inference of models** trained by Intel® Geti™ and **visualize the results**.



Installation (Windows)
###############################################################################################

Expand All @@ -51,12 +50,22 @@ Inference of models from Hugging Face

1. Find a model on `Hugging Face <https://huggingface.co/>`__ and import it.

.. image:: ../../assets/images/TestDrive_llm_import.gif
:align: center
:alt: how to import a model to test drive

2. Chat with LLMs via the `Playground` tab.

.. image:: ../../assets/images/TestDrive_llm_model_chat.gif
:align: center
:alt: chatting with llm models in test drive

3. Use the `Performance metrics` tab to get model performance metrics on your
computer or an edge device.


.. image:: ../../assets/images/TestDrive_llm_metrics.gif
:align: center
:alt: verifying llm performance in test drive

Inference of models trained with Intel® Geti™
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand All @@ -65,6 +74,10 @@ Inference of models trained with Intel® Geti™
by Intel® Geti™ (refer to the `Intel® Geti™ documentation <https://docs.geti.intel.com>`__
for more details).

.. image:: ../../assets/images/TestDrive_geti_download.gif
:align: center
:alt: verifying llm performance in test drive

2. Import the deployment code into OpenVINO™ Test Drive, using the *Import model* and then
*Local disk* buttons.

Expand Down

0 comments on commit b360c92

Please sign in to comment.