Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3473
llama_token llama_vocab::token_eot() const {
3474
return pimpl->special_eot_id;
3475
}
3476
3477
llama_token llama_vocab::token_eom() const {
3478
return pimpl->special_eom_id;
Callers
3
llama_sampler_infill_apply
Function · 0.80
add_kv_from_model
Method · 0.80
llama_vocab_eot
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected