Skip to content

Commit 5a63980

Browse files
authored
llama-bench: fixed size of fields to correctly map to values (#13183)
1 parent cdf7658 commit 5a63980

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/llama-bench/llama-bench.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,8 +1133,6 @@ struct test {
11331133
"build_commit", "build_number", "cpu_info", "gpu_info", "backends", "model_filename",
11341134
"model_type", "model_size", "model_n_params", "n_batch", "n_ubatch", "n_threads",
11351135
"cpu_mask", "cpu_strict", "poll", "type_k", "type_v", "n_gpu_layers",
1136-
"split_mode", "main_gpu", "no_kv_offload", "flash_attn", "tensor_split", "use_mmap",
1137-
"embeddings", "n_prompt", "n_gen", "n_depth", "test_time", "avg_ns",
11381136
"split_mode", "main_gpu", "no_kv_offload", "flash_attn", "tensor_split", "tensor_buft_overrides",
11391137
"use_mmap", "embeddings", "n_prompt", "n_gen", "n_depth", "test_time",
11401138
"avg_ns", "stddev_ns", "avg_ts", "stddev_ts",

0 commit comments

Comments
 (0)