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

Function llama_token_middle

llama.cpp:10723–10725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10721}
10722
10723llama_token llama_token_middle(const struct llama_model * model) {
10724 return model->vocab.special_middle_id;
10725}
10726
10727llama_token llama_token_suffix(const struct llama_model * model) {
10728 return model->vocab.special_suffix_id;

Callers 2

update_slotsMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected