Skip to content

Commit 6d3f8ca

Browse files
committed
fix: field display ordering restored
1 parent 3d13f64 commit 6d3f8ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tools/llama-bench/llama-bench.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,14 +1404,14 @@ struct test {
14041404

14051405
static const std::vector<std::string> & get_fields() {
14061406
static const std::vector<std::string> fields = {
1407-
"build_commit", "build_number", "cpu_info", "gpu_info", "backends",
1408-
"model_filename", "model_type", "model_size", "model_n_params", "n_batch",
1409-
"n_ubatch", "n_threads", "cpu_mask", "cpu_strict", "poll",
1410-
"type_k", "type_v", "n_gpu_layers", "n_cpu_moe", "split_mode",
1411-
"main_gpu", "no_kv_offload", "flash_attn", "tensor_split", "tensor_buft_overrides",
1412-
"devices", "use_mmap", "embeddings", "no_op_offload", "n_prompt",
1413-
"n_gen", "n_depth", "test_time", "avg_ns", "stddev_ns",
1414-
"avg_ts", "stddev_ts"
1407+
"build_commit", "build_number", "cpu_info", "gpu_info", "backends",
1408+
"model_filename", "model_type", "model_size", "model_n_params", "n_batch",
1409+
"n_ubatch", "n_threads", "cpu_mask", "cpu_strict", "poll",
1410+
"type_k", "type_v", "n_gpu_layers", "n_cpu_moe", "split_mode",
1411+
"main_gpu", "no_kv_offload", "flash_attn", "devices", "tensor_split",
1412+
"tensor_buft_overrides", "use_mmap", "embeddings", "no_op_offload",
1413+
"n_prompt", "n_gen", "n_depth", "test_time", "avg_ns",
1414+
"stddev_ns", "avg_ts", "stddev_ts"
14151415
};
14161416
return fields;
14171417
}

0 commit comments

Comments
 (0)