Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ token_eom
Method
token_eom
subprojects/llama.cpp/src/llama-vocab.cpp:3477–3479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3475
}
3476
3477
llama_token llama_vocab::token_eom() const {
3478
return pimpl->special_eom_id;
3479
}
3480
3481
llama_token llama_vocab::token_unk() const {
3482
return pimpl->special_unk_id;
Callers
1
add_kv_from_model
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected