mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 11:59:42 +00:00
Fixed name -override-tensors
to -override-tensor
(#15129)
This commit is contained in:
parent
0d8831543c
commit
476aa3fd57
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ static void print_usage(int /* argc */, char ** argv) {
|
||||||
printf(" -embd, --embeddings <0|1> (default: %s)\n",
|
printf(" -embd, --embeddings <0|1> (default: %s)\n",
|
||||||
join(cmd_params_defaults.embeddings, ",").c_str());
|
join(cmd_params_defaults.embeddings, ",").c_str());
|
||||||
printf(" -ts, --tensor-split <ts0/ts1/..> (default: 0)\n");
|
printf(" -ts, --tensor-split <ts0/ts1/..> (default: 0)\n");
|
||||||
printf(" -ot --override-tensors <tensor name pattern>=<buffer type>;...\n");
|
printf(" -ot --override-tensor <tensor name pattern>=<buffer type>;...\n");
|
||||||
printf(" (default: disabled)\n");
|
printf(" (default: disabled)\n");
|
||||||
printf(" -nopo, --no-op-offload <0|1> (default: 0)\n");
|
printf(" -nopo, --no-op-offload <0|1> (default: 0)\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue