Skip to content

Commit

Permalink
Add benchmark_genai to root list (#727)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
Wovchena and ilya-lavrenov authored Aug 2, 2024
1 parent fd8a71f commit 4e66950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ It includes the following pipelines:
2. Text generation samples that support most popular models like LLaMA 2:
- Python:
1. [beam_search_causal_lm](./samples/python/beam_search_causal_lm/README.md)
1. [benchmark_genai](./samples/python/benchmark_genai/README.md)
2. [chat_sample](./samples/python/chat_sample/README.md)
3. [greedy_causal_lm](./samples/python/greedy_causal_lm/README.md)
4. [multinomial_causal_lm](./samples/python/multinomial_causal_lm/README.md)
- C++:
1. [beam_search_causal_lm](./samples/cpp/beam_search_causal_lm/README.md)
1. [benchmark_genai](./samples/cpp/benchmark_genai/README.md)
2. [chat_sample](./samples/cpp/chat_sample/README.md)
3. [continuous_batching_accuracy](./samples/cpp/continuous_batching_accuracy)
4. [continuous_batching_benchmark](./samples/cpp/continuous_batching_benchmark)
Expand Down

0 comments on commit 4e66950

Please sign in to comment.