summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/llama-bench/llama-bench.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/llama-bench/llama-bench.cpp b/examples/llama-bench/llama-bench.cpp
index 5c31548a..61f5a5a0 100644
--- a/examples/llama-bench/llama-bench.cpp
+++ b/examples/llama-bench/llama-bench.cpp
@@ -1033,6 +1033,27 @@ struct markdown_printer : public printer {
if (field == "n_gpu_layers") {
return 3;
}
+ if (field == "n_threads") {
+ return 7;
+ }
+ if (field == "n_batch") {
+ return 7;
+ }
+ if (field == "n_ubatch") {
+ return 8;
+ }
+ if (field == "type_k" || field == "type_v") {
+ return 6;
+ }
+ if (field == "split_mode") {
+ return 5;
+ }
+ if (field == "flash_attn") {
+ return 2;
+ }
+ if (field == "use_mmap") {
+ return 4;
+ }
if (field == "test") {
return 13;
}