]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : rename llama-sampling to llama-sampler (#19363)
authorDaniel Bevenius <redacted>
Fri, 6 Feb 2026 06:26:54 +0000 (07:26 +0100)
committerGitHub <redacted>
Fri, 6 Feb 2026 06:26:54 +0000 (07:26 +0100)
commite696cfc0168ba9616a8bd7d09d6284a1b0fec82b
treecf242280d117b8f697bc8792a716ee1f998663a0
parent3e2164766603eca8531f7a06af284811e7457788
llama : rename llama-sampling to llama-sampler (#19363)

This commit addresses the TODO in llama-sampling.h to rename that header
and the implementation to llama-sampler.
src/CMakeLists.txt
src/llama-grammar.cpp
src/llama-sampler.cpp [new file with mode: 0644]
src/llama-sampler.h [new file with mode: 0644]
src/llama-sampling.cpp [deleted file]
src/llama-sampling.h [deleted file]