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

Function llama_token_suffix

llama.cpp:10727–10729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10725}
10726
10727llama_token llama_token_suffix(const struct llama_model * model) {
10728 return model->vocab.special_suffix_id;
10729}
10730
10731llama_token llama_token_eot(const struct llama_model * model) {
10732 return model->vocab.special_eot_id;

Callers 2

update_slotsMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected