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

Function llama_sampler_init_softmax

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

Source from the content-addressed store, hash-verified

646};
647
648struct llama_sampler * llama_sampler_init_softmax() {
649 return llama_sampler_init(
650 /* .iface = */ &llama_sampler_softmax_i,
651 /* .ctx = */ nullptr
652 );
653}
654
655// top-k
656

Callers

nothing calls this directly

Calls 1

llama_sampler_initFunction · 0.85

Tested by

no test coverage detected