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

Method token_eot

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

Source from the content-addressed store, hash-verified

3471}
3472
3473llama_token llama_vocab::token_eot() const {
3474 return pimpl->special_eot_id;
3475}
3476
3477llama_token llama_vocab::token_eom() const {
3478 return pimpl->special_eom_id;

Callers 3

add_kv_from_modelMethod · 0.80
llama_vocab_eotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected