Files
llama.cpp/common
Daniel Bevenius 51fee29822 sampling : always populate logits for sampled probs
This commit updates common/sampler.cpp set_logits and
src/llama-sampling.cpp llama_sampler_sample to always populate the
logits field when backend sampled probabilities are available.

The motivation for this is that this ensure that CPU sampler always have
access to the logits values even when probabilites have been produced by
backend samplers.
2025-11-19 07:14:11 +01:00
..
2025-10-27 23:54:01 +01:00
2025-11-12 14:48:30 +02:00
2025-11-18 13:53:25 +02:00
2025-05-30 16:25:45 +03:00
2025-11-14 15:56:19 +01:00
2025-11-14 15:56:19 +01:00