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

Function llama_token_prefix

llama.cpp:10719–10721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10717}
10718
10719llama_token llama_token_prefix(const struct llama_model * model) {
10720 return model->vocab.special_prefix_id;
10721}
10722
10723llama_token llama_token_middle(const struct llama_model * model) {
10724 return model->vocab.special_middle_id;

Callers 2

update_slotsMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected