Skip to content

Commit 4e66950

Browse files
Add benchmark_genai to root list (openvinotoolkit#727)
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
1 parent fd8a71f commit 4e66950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ It includes the following pipelines:
2020
2. Text generation samples that support most popular models like LLaMA 2:
2121
- Python:
2222
1. [beam_search_causal_lm](./samples/python/beam_search_causal_lm/README.md)
23+
1. [benchmark_genai](./samples/python/benchmark_genai/README.md)
2324
2. [chat_sample](./samples/python/chat_sample/README.md)
2425
3. [greedy_causal_lm](./samples/python/greedy_causal_lm/README.md)
2526
4. [multinomial_causal_lm](./samples/python/multinomial_causal_lm/README.md)
2627
- C++:
2728
1. [beam_search_causal_lm](./samples/cpp/beam_search_causal_lm/README.md)
29+
1. [benchmark_genai](./samples/cpp/benchmark_genai/README.md)
2830
2. [chat_sample](./samples/cpp/chat_sample/README.md)
2931
3. [continuous_batching_accuracy](./samples/cpp/continuous_batching_accuracy)
3032
4. [continuous_batching_benchmark](./samples/cpp/continuous_batching_benchmark)

0 commit comments

Comments
 (0)