From 91eeed59a77321bdda9c5da8e7f95064b840c61f Mon Sep 17 00:00:00 2001 From: Oleg Pipikin Date: Mon, 13 Jan 2025 17:55:59 +0100 Subject: [PATCH] Update links to genai samples (#28384) ### Details: - Update links to genai samples - related to https://github.com/openvinotoolkit/openvino.genai/pull/1411 ### Tickets: - *ticket-id* --- .../learn-openvino/llm_inference_guide/ov-tokenizers.rst | 2 +- .../openvino-workflow/running-inference/string-tensors.rst | 4 ++-- docs/notebooks/openvino-tokenizers-with-output.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/articles_en/learn-openvino/llm_inference_guide/ov-tokenizers.rst b/docs/articles_en/learn-openvino/llm_inference_guide/ov-tokenizers.rst index 2064aa843a93d8..1dbd85e3ee59a5 100644 --- a/docs/articles_en/learn-openvino/llm_inference_guide/ov-tokenizers.rst +++ b/docs/articles_en/learn-openvino/llm_inference_guide/ov-tokenizers.rst @@ -336,7 +336,7 @@ Additional Resources * `OpenVINO Tokenizers repo `__ * `OpenVINO Tokenizers Notebook `__ -* `Text generation C++ samples that support most popular models like LLaMA 3 `__ +* `Text generation C++ samples that support most popular models like LLaMA 3 `__ * `OpenVINO GenAI Repo `__ diff --git a/docs/articles_en/openvino-workflow/running-inference/string-tensors.rst b/docs/articles_en/openvino-workflow/running-inference/string-tensors.rst index 3032add547f8a8..2a155e03dcf888 100644 --- a/docs/articles_en/openvino-workflow/running-inference/string-tensors.rst +++ b/docs/articles_en/openvino-workflow/running-inference/string-tensors.rst @@ -12,7 +12,7 @@ Such a tensor is called a string tensor and can be passed as input or retrieved While this section describes basic API to handle string tensors, more practical examples that leverage both string tensors and OpenVINO tokenizer can be found in -`GenAI Samples `__. +`GenAI Samples `__. Representation @@ -203,4 +203,4 @@ Additional Resources * Use `OpenVINO tokenizers `__ to produce models that use string tensors to work with textual information as pre- and post-processing for the large language models. -* Check out `GenAI Samples `__ to see how string tensors are used in real-life applications. +* Check out `GenAI Samples `__ to see how string tensors are used in real-life applications. diff --git a/docs/notebooks/openvino-tokenizers-with-output.rst b/docs/notebooks/openvino-tokenizers-with-output.rst index 354a51c4180fa6..3177f4617fbcee 100644 --- a/docs/notebooks/openvino-tokenizers-with-output.rst +++ b/docs/notebooks/openvino-tokenizers-with-output.rst @@ -548,6 +548,6 @@ Links Types `__ - `OpenVINO.GenAI repository with the C++ example of OpenVINO Tokenizers - usage `__ + usage `__ - `HuggingFace Tokenizers Comparison Table `__