MCPcopy 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
3720llama_token llama_vocab_eot(const struct llama_vocab * vocab) {
3721 return vocab->token_eot();
3722}
3723
3724// deprecated
3725llama_token llama_vocab_cls(const struct llama_vocab * vocab) {

Callers 5

mainFunction · 0.85
llama_token_eotFunction · 0.85
match_stringFunction · 0.85
test_sampler_chainFunction · 0.85

Calls 1

token_eotMethod · 0.80

Tested by 2

match_stringFunction · 0.68
test_sampler_chainFunction · 0.68