]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama: move suppress_tokens handling to common/sampling (#26276)
authorXuan-Son Nguyen <redacted>
Wed, 29 Jul 2026 16:02:30 +0000 (18:02 +0200)
committerGitHub <redacted>
Wed, 29 Jul 2026 16:02:30 +0000 (18:02 +0200)
commitafeebe103bd99cda8f5dfaefcabadf890db7fda7
tree72039035a1efbc92c69d85859cafba91d1ece6ec
parentcaa596ab3f0f8768ee326d6e3d5d39782194676c
llama: move suppress_tokens handling to common/sampling (#26276)

* llama: move suppress_tokens handling to common/sampling

* address security issues

* rm has_logit_bias
common/common.h
common/sampling.cpp
include/llama.h
src/llama-vocab.cpp
src/models/gemma4.cpp