MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / llama_sampler_softmax_apply

Function llama_sampler_softmax_apply

smallthinker/src/llama-sampling.cpp:635–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635static void llama_sampler_softmax_apply(struct llama_sampler * /*smpl*/, llama_token_data_array * cur_p) {
636 llama_sampler_softmax_impl(cur_p);
637}
638
639static struct llama_sampler_i llama_sampler_softmax_i = {
640 /* .name = */ llama_sampler_softmax_name,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected