documentation
This commit is contained in:
parent
7e5c925b0a
commit
4cb6855b97
1 changed files with 4 additions and 0 deletions
|
@ -2016,6 +2016,10 @@ static void server_print_usage(const char *argv0, const gpt_params ¶ms,
|
||||||
printf(" --mmproj MMPROJ_FILE path to a multimodal projector file for LLaVA.\n");
|
printf(" --mmproj MMPROJ_FILE path to a multimodal projector file for LLaVA.\n");
|
||||||
printf(" --log-disable disables logging to a file.\n");
|
printf(" --log-disable disables logging to a file.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
printf(" --override-kv KEY=TYPE:VALUE\n");
|
||||||
|
printf(" advanced option to override model metadata by key. may be specified multiple times.\n");
|
||||||
|
printf(" types: int, float, bool. example: --override-kv tokenizer.ggml.add_bos_token=bool:false\n");
|
||||||
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void server_params_parse(int argc, char **argv, server_params &sparams,
|
static void server_params_parse(int argc, char **argv, server_params &sparams,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue