Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
556
struct 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
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Java_android_llama_cpp_LLamaAndroid_new_1sampler
Function · 0.85
Calls
1
llama_sampler_init
Function · 0.85
Tested by
no test coverage detected