Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58e6287

Browse files
committedMar 18, 2025·
Add direct links to samples for use cases
1 parent 6bbe8b9 commit 58e6287

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎site/docs/use-cases/image-generation/_sections/_usage_options/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Additional Usage Options
22

33
:::tip
4-
Check out our [Python](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/) and [C++](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp) samples.
4+
Check out [Python](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/image_generation) and [C++](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/image_generation) image generation samples.
55
:::
66

77
### Use Different Generation Parameters

‎site/docs/use-cases/image-processing/_sections/_usage_options/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Streaming from '@site/docs/use-cases/_shared/_streaming.mdx';
55
## Additional Usage Options
66

77
:::tip
8-
Check out our [Python](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/) and [C++](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp) samples.
8+
Check out [Python](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/visual_language_chat) and [C++](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/visual_language_chat) visual language chat samples.
99
:::
1010

1111
### Use Different Generation Parameters

‎site/docs/use-cases/text-generation/_sections/_usage_options/_speculative_decoding.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ This reduces the number of infer requests to the main model, increasing performa
101101
</LanguageTabs>
102102

103103
:::info
104-
For more information, refer to the [Speculative Decoding sample](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/speculative_decoding_lm/).
104+
For more information, refer to [Python](https://github.com/openvinotoolkit/openvino.genai/blob/master/samples/python/text_generation/speculative_decoding_lm.py) and [C++](https://github.com/openvinotoolkit/openvino.genai/blob/master/samples/cpp/text_generation/speculative_decoding_lm.cpp) speculative decoding samples.
105105
:::

‎site/docs/use-cases/text-generation/_sections/_usage_options/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import SpeculativeDecoding from './_speculative_decoding.mdx';
77
## Additional Usage Options
88

99
:::tip
10-
Check out our [Python](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/) and [C++](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp) samples.
10+
Check out [Python](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/text_generation) and [C++](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/text_generation) text generation samples.
1111
:::
1212

1313
<GenerationParameters />

0 commit comments

Comments
 (0)
Please sign in to comment.