]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : fix verbosity setup (#20989)
authorAdrien Gallouët <redacted>
Wed, 25 Mar 2026 18:41:01 +0000 (19:41 +0100)
committerGitHub <redacted>
Wed, 25 Mar 2026 18:41:01 +0000 (19:41 +0100)
commit056b50c319724ef4788da46c605673b94dc2374e
treebbf6502c99cb19689e4bb543ba41539de54d4b99
parentf2c72b8f1f39ee189b8f4c161532080dbe8608f1
common : fix verbosity setup (#20989)

The verbosity threshold was set at the end of common_params_parse_ex(),
after doing many things (like downloading files..)

Signed-off-by: Adrien Gallouët <redacted>
common/arg.cpp