Skip to content

Commit 5f0f201

Browse files
remove extra whitespaces
1 parent 1f0619d commit 5f0f201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/llama-bench/llama-bench.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ struct test {
993993
"model_type", "model_size", "model_n_params", "n_batch", "n_ubatch", "n_threads",
994994
"cpu_mask", "cpu_strict", "poll", "type_k", "type_v", "n_gpu_layers",
995995
"split_mode", "main_gpu", "no_kv_offload", "flash_attn", "tensor_split", "use_mmap",
996-
"embeddings", "n_prompt", "n_gen", "n_depth", "test_time", "avg_ns",
996+
"embeddings", "n_prompt", "n_gen", "n_depth", "test_time", "avg_ns",
997997
"stddev_ns", "avg_ts", "stddev_ts",
998998
};
999999
return fields;
@@ -1004,7 +1004,7 @@ struct test {
10041004
static field_type get_field_type(const std::string & field) {
10051005
if (field == "build_number" || field == "n_batch" || field == "n_ubatch" || field == "n_threads" ||
10061006
field == "poll" || field == "model_size" || field == "model_n_params" || field == "n_gpu_layers" ||
1007-
field == "main_gpu" || field == "n_prompt" || field == "n_gen" || field == "n_depth" ||
1007+
field == "main_gpu" || field == "n_prompt" || field == "n_gen" || field == "n_depth" ||
10081008
field == "avg_ns" || field == "stddev_ns") {
10091009
return INT;
10101010
}

0 commit comments

Comments
 (0)