]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
backend sampling: support returning post-sampling probs (#22622)
authorTim Neumann <redacted>
Sun, 10 May 2026 17:12:02 +0000 (19:12 +0200)
committerGitHub <redacted>
Sun, 10 May 2026 17:12:02 +0000 (19:12 +0200)
commit2e97c5f96f9fe2bb26f794a348e05d7a1c74baa1
treec556b21b8b43d7be10af20a78cbd1b72faf8cf75
parent5d5d2e15d2269d83a1a4d8c0f872c60637194289
backend sampling: support returning post-sampling probs (#22622)

* server: Never return 0.0 post-sampling probabilities

* backend sampling: support returning post-sampling probs
common/sampling.cpp
tools/server/server-context.cpp
tools/server/tests/unit/test_completion.py
tools/server/tests/utils.py