Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3465
llama_token llama_vocab::token_bos() const {
3466
return pimpl->special_bos_id;
3467
}
3468
3469
llama_token llama_vocab::token_eos() const {
3470
return pimpl->special_eos_id;
Callers
5
add_kv_from_model
Method · 0.80
append_bos
Method · 0.80
check_double_bos_eos
Method · 0.80
llama_vocab_bos
Function · 0.80
llama_vocab_cls
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected