MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / token_bos

Method token_bos

subprojects/llama.cpp/src/llama-vocab.cpp:3465–3467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3463}
3464
3465llama_token llama_vocab::token_bos() const {
3466 return pimpl->special_bos_id;
3467}
3468
3469llama_token llama_vocab::token_eos() const {
3470 return pimpl->special_eos_id;

Callers 5

add_kv_from_modelMethod · 0.80
append_bosMethod · 0.80
check_double_bos_eosMethod · 0.80
llama_vocab_bosFunction · 0.80
llama_vocab_clsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected