Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ llama_vocab_eot
Function
llama_vocab_eot
subprojects/llama.cpp/src/llama-vocab.cpp:3720–3722 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3718
}
3719
3720
llama_token llama_vocab_eot(const struct llama_vocab * vocab) {
3721
return vocab->token_eot();
3722
}
3723
3724
// deprecated
3725
llama_token llama_vocab_cls(const struct llama_vocab * vocab) {
Callers
5
main
Function · 0.85
llama_token_eot
Function · 0.85
match_string
Function · 0.85
test_sampler_chain
Function · 0.85
llama_sampler_llg_new_tokenizer
Function · 0.85
Calls
1
token_eot
Method · 0.80
Tested by
2
match_string
Function · 0.68
test_sampler_chain
Function · 0.68