Skip to content

Commit

Permalink
Update links to genai samples (#28384)
Browse files Browse the repository at this point in the history
### Details:
 - Update links to genai samples
- related to openvinotoolkit/openvino.genai#1411

### Tickets:
 - *ticket-id*
  • Loading branch information
olpipi authored Jan 13, 2025
1 parent ec8d168 commit 91eeed5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Additional Resources

* `OpenVINO Tokenizers repo <https://github.com/openvinotoolkit/openvino_tokenizers>`__
* `OpenVINO Tokenizers Notebook <https://github.com/openvinotoolkit/openvino_notebooks/tree/latest/notebooks/openvino-tokenizers>`__
* `Text generation C++ samples that support most popular models like LLaMA 3 <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/greedy_causal_lm>`__
* `Text generation C++ samples that support most popular models like LLaMA 3 <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/text_generation>`__
* `OpenVINO GenAI Repo <https://github.com/openvinotoolkit/openvino.genai>`__


Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/greedy_causal_lm>`__.
`GenAI Samples <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/text_generation>`__.


Representation
Expand Down Expand Up @@ -203,4 +203,4 @@ Additional Resources

* Use `OpenVINO tokenizers <https://github.com/openvinotoolkit/openvino_contrib/tree/releases/2024/0/modules/custom_operations/user_ie_extensions/tokenizer/python>`__ 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 <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/greedy_causal_lm>`__ to see how string tensors are used in real-life applications.
* Check out `GenAI Samples <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/text_generation>`__ to see how string tensors are used in real-life applications.
2 changes: 1 addition & 1 deletion docs/notebooks/openvino-tokenizers-with-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,6 @@ Links
Types <https://github.com/openvinotoolkit/openvino_tokenizers?tab=readme-ov-file#supported-tokenizer-types>`__
- `OpenVINO.GenAI repository with the C++ example of OpenVINO
Tokenizers
usage <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/greedy_causal_lm>`__
usage <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/text_generation>`__
- `HuggingFace Tokenizers Comparison
Table <https://github.com/openvinotoolkit/openvino_tokenizers?tab=readme-ov-file#output-match-by-model>`__

0 comments on commit 91eeed5

Please sign in to comment.