Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ insert
Method
insert
tools/server/server-common.cpp:393–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
void server_tokens::insert(const llama_tokens & inp_tokens) {
394
tokens.insert(tokens.end(), inp_tokens.begin(), inp_tokens.end());
395
}
396
397
const llama_tokens & server_tokens::get_tokens() const {
398
GGML_ASSERT(!has_mtmd);
Callers
15
main
Function · 0.45
get_view
Method · 0.45
load_hparams
Method · 0.45
load_tensors
Method · 0.45
tokenize
Method · 0.45
add_text
Method · 0.45
mtmd_debug_encode_image
Function · 0.45
preprocess
Method · 0.45
parse_cmd_params
Function · 0.45
to_llama_mparams
Method · 0.45
prompt_add
Function · 0.45
perplexity_v2
Function · 0.45
Calls
2
end
Method · 0.80
begin
Method · 0.45
Tested by
8
get_expected_description
Function · 0.36
main_automated_tests
Function · 0.36
main
Function · 0.36
test_command7_parser_compare
Function · 0.36
main
Function · 0.36
tensor_to_float
Function · 0.36
list_all_ops
Function · 0.36
show_test_coverage
Function · 0.36