]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common: Refactoring sampler parameters (#20429) (#22233)
authorEthan Turner <redacted>
Wed, 22 Apr 2026 08:40:19 +0000 (01:40 -0700)
committerGitHub <redacted>
Wed, 22 Apr 2026 08:40:19 +0000 (10:40 +0200)
commit750579ff14198fe964ab7fc5565b1d77600deab4
treeebc5b621fdfa64b833ced616d688a181fc255124
parent134d6e54d4cd1311360bf6beeb6c779d90e09b87
common: Refactoring sampler parameters (#20429) (#22233)

This change refactors the reasoning_budget_message parameter from the
common params into the sampling parameters specifically. It also removes
the reasoning_budget common parameter and standardizes on the existing
reasoning_budget_tokens parameter in the sampling configuration.

Issue: https://github.com/ggml-org/llama.cpp/issues/20429
Original PR: https://github.com/ggml-org/llama.cpp/pull/20297
common/arg.cpp
common/common.h
tools/cli/cli.cpp
tools/server/server-context.cpp