Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3469
llama_token llama_vocab::token_eos() const {
3470
return pimpl->special_eos_id;
3471
}
3472
3473
llama_token llama_vocab::token_eot() const {
3474
return pimpl->special_eot_id;
Callers
5
llama_sampler_infill_apply
Function · 0.80
add_kv_from_model
Method · 0.80
append_eos
Method · 0.80
check_double_bos_eos
Method · 0.80
llama_vocab_eos
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected