Skip to content

Commit 8fa8f1f

Browse files
committed
Update llama-bench.cpp
1 parent 4857ef6 commit 8fa8f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/llama-bench/llama-bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ struct markdown_printer : public printer {
16151615
return "threads";
16161616
}
16171617
if (field == "n_threads_batch") {
1618-
return "threads_batch";
1618+
return "th_batch";
16191619
}
16201620
if (field == "no_kv_offload") {
16211621
return "nkvo";

0 commit comments

Comments
 (0)