Skip to content

Commit 4fbfc5a

Browse files
JohnJohn
authored andcommitted
documentation
1 parent 7e5c925 commit 4fbfc5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/server/server.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,6 +2016,10 @@ static void server_print_usage(const char *argv0, const gpt_params &params,
20162016
printf(" --mmproj MMPROJ_FILE path to a multimodal projector file for LLaVA.\n");
20172017
printf(" --log-disable disables logging to a file.\n");
20182018
printf("\n");
2019+
printf(" --override-kv KEY=TYPE:VALUE\n");
2020+
printf(" advanced option to override model metadata by key. may be specified multiple times.\n");
2021+
printf(" types: int, float, bool. example: --override-kv tokenizer.ggml.add_bos_token=bool:false\n");
2022+
printf("\n");
20192023
}
20202024

20212025
static void server_params_parse(int argc, char **argv, server_params &sparams,

0 commit comments

Comments
 (0)