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

Function llama_sampler_init_greedy

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

Source from the content-addressed store, hash-verified

554};
555
556struct llama_sampler * llama_sampler_init_greedy() {
557 return llama_sampler_init(
558 /* .iface = */ &llama_sampler_greedy_i,
559 /* .ctx = */ nullptr
560 );
561}
562
563// dist
564

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

llama_sampler_initFunction · 0.85

Tested by

no test coverage detected