Skip to content

Commit 476aa3f

Browse files
authored
Fixed name -override-tensors to -override-tensor (#15129)
1 parent 0d88315 commit 476aa3f

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
@@ -374,7 +374,7 @@ static void print_usage(int /* argc */, char ** argv) {
374374
printf(" -embd, --embeddings <0|1> (default: %s)\n",
375375
join(cmd_params_defaults.embeddings, ",").c_str());
376376
printf(" -ts, --tensor-split <ts0/ts1/..> (default: 0)\n");
377-
printf(" -ot --override-tensors <tensor name pattern>=<buffer type>;...\n");
377+
printf(" -ot --override-tensor <tensor name pattern>=<buffer type>;...\n");
378378
printf(" (default: disabled)\n");
379379
printf(" -nopo, --no-op-offload <0|1> (default: 0)\n");
380380
printf("\n");

0 commit comments

Comments
 (0)