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

Method token_unk

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

Source from the content-addressed store, hash-verified

3479}
3480
3481llama_token llama_vocab::token_unk() const {
3482 return pimpl->special_unk_id;
3483}
3484
3485llama_token llama_vocab::token_sep() const {
3486 return pimpl->special_sep_id;

Callers 4

add_kv_from_modelMethod · 0.80
tokenizeMethod · 0.80
tokenizeMethod · 0.80
tokenizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected