Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3481
llama_token llama_vocab::token_unk() const {
3482
return pimpl->special_unk_id;
3483
}
3484
3485
llama_token llama_vocab::token_sep() const {
3486
return pimpl->special_sep_id;
Callers
4
add_kv_from_model
Method · 0.80
tokenize
Method · 0.80
tokenize
Method · 0.80
tokenize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected