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

Method token_eos

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

Source from the content-addressed store, hash-verified

3467}
3468
3469llama_token llama_vocab::token_eos() const {
3470 return pimpl->special_eos_id;
3471}
3472
3473llama_token llama_vocab::token_eot() const {
3474 return pimpl->special_eot_id;

Callers 5

add_kv_from_modelMethod · 0.80
append_eosMethod · 0.80
check_double_bos_eosMethod · 0.80
llama_vocab_eosFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected