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

Function llama_token_bos

llama.cpp:10707–10709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10705}
10706
10707llama_token llama_token_bos(const struct llama_model * model) {
10708 return model->vocab.special_bos_id;
10709}
10710
10711llama_token llama_token_eos(const struct llama_model * model) {
10712 return model->vocab.special_eos_id;

Callers 11

llama_detokenize_spmFunction · 0.50
mainFunction · 0.50
test_promptFunction · 0.50
test_genFunction · 0.50
perplexity_v2Function · 0.50
perplexityFunction · 0.50
update_slotsMethod · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by 2

test_promptFunction · 0.40
test_genFunction · 0.40