mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-22 11:16:08 +00:00
common: fix --help for --verbosity (#23278)
This commit is contained in:
parent
7256fce047
commit
57cb35c886
1 changed files with 2 additions and 1 deletions
|
|
@ -3364,7 +3364,8 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
|
|||
" - 1: error\n"
|
||||
" - 2: warning\n"
|
||||
" - 3: info\n"
|
||||
" - 4: debug\n"
|
||||
" - 4: trace (more info)\n"
|
||||
" - 5: debug\n"
|
||||
"(default: %d)\n", params.verbosity),
|
||||
[](common_params & params, int value) {
|
||||
params.verbosity = value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue