Add help list
This commit is contained in:
parent
3f07ed90a4
commit
094d6d6e09
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ bool gpt_params_parse(int argc, char ** argv, gpt_params & params) {
|
|||
}
|
||||
|
||||
// There were missing items from this list of helps so the wording needs checking (all inserted at the end, so reposition too):
|
||||
// --embedding, --beams, --ppl-stride, --ppl-output-type, --memory-f32, --no-mmap, --mlock, --use-color, --nprobs, --alias, --infill
|
||||
// --embedding, --beams, --ppl-stride, --ppl-output-type, --memory-f32, --no-mmap, --mlock, --use-color, --nprobs, --alias, --infill, --prompt-file
|
||||
// some corresponding changes to the sequence of fprintf() code may be needed
|
||||
void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
|
||||
printf("usage: %s [options]\n", argv[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue