]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cli: Remove redundant local sampling variables (#20429) (#22264)
authorEthan Turner <redacted>
Thu, 23 Apr 2026 22:53:23 +0000 (15:53 -0700)
committerGitHub <redacted>
Thu, 23 Apr 2026 22:53:23 +0000 (00:53 +0200)
commitfa0b8a70a8d686cd11bad1579080d546d681a53e
treeb6803084d114591a380d182ef469aa22899f559c
parent5d2b52d80d9f375a6e81d07e212d047d8ee4f76e
cli: Remove redundant local sampling variables (#20429) (#22264)

This change implements the third requested change in issue 20429.
Because defaults.sampling contains the reasoning budget token count and
the reasoning budget message, it's not necessary to assign them to
struct variables.
tools/cli/cli.cpp