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

Method token_sep

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

Source from the content-addressed store, hash-verified

3483}
3484
3485llama_token llama_vocab::token_sep() const {
3486 return pimpl->special_sep_id;
3487}
3488
3489llama_token llama_vocab::token_nl() const {
3490 return pimpl->linefeed_id;

Callers 2

add_kv_from_modelMethod · 0.80
llama_vocab_sepFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected