Skip to content

Commit 57cb35c

Browse files
common: fix --help for --verbosity (ggml-org#23278)
1 parent 7256fce commit 57cb35c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

common/arg.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3364,7 +3364,8 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
33643364
" - 1: error\n"
33653365
" - 2: warning\n"
33663366
" - 3: info\n"
3367-
" - 4: debug\n"
3367+
" - 4: trace (more info)\n"
3368+
" - 5: debug\n"
33683369
"(default: %d)\n", params.verbosity),
33693370
[](common_params & params, int value) {
33703371
params.verbosity = value;

0 commit comments

Comments
 (0)