File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,13 @@ It includes the following pipelines:
20
20
2 . Text generation samples that support most popular models like LLaMA 2:
21
21
- Python:
22
22
1 . [ beam_search_causal_lm] ( ./samples/python/beam_search_causal_lm/README.md )
23
+ 1 . [ benchmark_genai] ( ./samples/python/benchmark_genai/README.md )
23
24
2 . [ chat_sample] ( ./samples/python/chat_sample/README.md )
24
25
3 . [ greedy_causal_lm] ( ./samples/python/greedy_causal_lm/README.md )
25
26
4 . [ multinomial_causal_lm] ( ./samples/python/multinomial_causal_lm/README.md )
26
27
- C++:
27
28
1 . [ beam_search_causal_lm] ( ./samples/cpp/beam_search_causal_lm/README.md )
29
+ 1 . [ benchmark_genai] ( ./samples/cpp/benchmark_genai/README.md )
28
30
2 . [ chat_sample] ( ./samples/cpp/chat_sample/README.md )
29
31
3 . [ continuous_batching_accuracy] ( ./samples/cpp/continuous_batching_accuracy )
30
32
4 . [ continuous_batching_benchmark] ( ./samples/cpp/continuous_batching_benchmark )
You can’t perform that action at this time.
0 commit comments