Skip to content

Commit f2ddd48

Browse files
committed
Add benchmark_genai to root list
1 parent 47fbb5e commit f2ddd48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
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. [beam_search_causal_lm](./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)