From b6c36c4c8a30602fb3dfd1329dd4456bb048b1b1 Mon Sep 17 00:00:00 2001 From: Karol Blaszczak Date: Wed, 15 Jan 2025 12:03:52 +0100 Subject: [PATCH] [DOCS] add images to testdrive article (#28451) --- .../assets/images/TestDrive_geti_download.gif | 3 +++ .../assets/images/TestDrive_llm_import.gif | 3 +++ .../assets/images/TestDrive_llm_metrics.gif | 3 +++ .../images/TestDrive_llm_model_chat.gif | 3 +++ .../openvino-test-drive.rst | 19 ++++++++++++++++--- 5 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 docs/articles_en/assets/images/TestDrive_geti_download.gif create mode 100644 docs/articles_en/assets/images/TestDrive_llm_import.gif create mode 100644 docs/articles_en/assets/images/TestDrive_llm_metrics.gif create mode 100644 docs/articles_en/assets/images/TestDrive_llm_model_chat.gif diff --git a/docs/articles_en/assets/images/TestDrive_geti_download.gif b/docs/articles_en/assets/images/TestDrive_geti_download.gif new file mode 100644 index 00000000000000..09ea66897aeb52 --- /dev/null +++ b/docs/articles_en/assets/images/TestDrive_geti_download.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aaa98d9bbc6e3452b0563787b1a493f1cd6319ad726d7778dd663958b2c6d30 +size 3244257 diff --git a/docs/articles_en/assets/images/TestDrive_llm_import.gif b/docs/articles_en/assets/images/TestDrive_llm_import.gif new file mode 100644 index 00000000000000..87b89893c9ab2b --- /dev/null +++ b/docs/articles_en/assets/images/TestDrive_llm_import.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a435731a47634f32c954fbef89c051a4f4204579bd8b9ebe834c7b95e751c9f3 +size 1920154 diff --git a/docs/articles_en/assets/images/TestDrive_llm_metrics.gif b/docs/articles_en/assets/images/TestDrive_llm_metrics.gif new file mode 100644 index 00000000000000..325f32493cc7e4 --- /dev/null +++ b/docs/articles_en/assets/images/TestDrive_llm_metrics.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3441b7a18da12e3b00a787699862511b332cd803a2a81a6b5e436a718d18a53c +size 318025 diff --git a/docs/articles_en/assets/images/TestDrive_llm_model_chat.gif b/docs/articles_en/assets/images/TestDrive_llm_model_chat.gif new file mode 100644 index 00000000000000..3620c55f94578a --- /dev/null +++ b/docs/articles_en/assets/images/TestDrive_llm_model_chat.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34b14de1e92b72e87290e3cee09b56a25cb0a03c1db8710ef993440183d69eb +size 387028 diff --git a/docs/articles_en/documentation/openvino-ecosystem/openvino-test-drive.rst b/docs/articles_en/documentation/openvino-ecosystem/openvino-test-drive.rst index 527a01bf38a6cf..602a2b8ec24eb2 100644 --- a/docs/articles_en/documentation/openvino-ecosystem/openvino-test-drive.rst +++ b/docs/articles_en/documentation/openvino-ecosystem/openvino-test-drive.rst @@ -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 `__. @@ -26,7 +26,6 @@ Use OpenVINO™ Test Drive to: * **Run inference of models** trained by Intel® Geti™ and **visualize the results**. - Installation (Windows) ############################################################################################### @@ -51,12 +50,22 @@ Inference of models from Hugging Face 1. Find a model on `Hugging Face `__ 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™ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -65,6 +74,10 @@ Inference of models trained with Intel® Geti™ by Intel® Geti™ (refer to the `Intel® Geti™ documentation `__ 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.