MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / llama_token_eot

Function llama_token_eot

subprojects/llama.cpp/src/llama-vocab.cpp:3817–3819  ·  view source on GitHub ↗

deprecated

Source from the content-addressed store, hash-verified

3815
3816// deprecated
3817llama_token llama_token_eot(const struct llama_vocab * vocab) {
3818 return llama_vocab_eot(vocab);
3819}
3820
3821// deprecated
3822llama_token llama_token_cls(const struct llama_vocab * vocab) {

Callers

nothing calls this directly

Calls 1

llama_vocab_eotFunction · 0.85

Tested by

no test coverage detected