Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3485
llama_token llama_vocab::token_sep() const {
3486
return pimpl->special_sep_id;
3487
}
3488
3489
llama_token llama_vocab::token_nl() const {
3490
return pimpl->linefeed_id;
Callers
2
add_kv_from_model
Method · 0.80
llama_vocab_sep
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected