Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ append
Method
append
common/jinja/string.cpp:106–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
string string::append(const string & other) {
107
for (const auto & part : other.parts) {
108
parts.push_back(part);
109
}
110
return *this;
111
}
112
113
// in-place transformation
114
Callers
15
download_model
Function · 0.45
load
Method · 0.45
load
Method · 0.45
add_vocab
Method · 0.45
dequant_model
Method · 0.45
_generate_nvfp4_tensors
Method · 0.45
get_model_part_names
Method · 0.45
set_gguf_parameters
Method · 0.45
get_vocab_base
Method · 0.45
_set_vocab_qwen
Method · 0.45
_create_vocab_sentencepiece
Method · 0.45
_set_vocab_llama_hf
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
10
test_completion_parallel_slots
Function · 0.36
test_completion_unified
Function · 0.36
test_multi_requests_parallel
Function · 0.36
test_anthropic_messages_streaming
Function · 0.36
test_anthropic_tool_streaming
Function · 0.36
test_anthropic_streaming_content_block_indices
Function · 0.36
print_result
Method · 0.36
generator_random_chars
Function · 0.36
generator_random_unicodes
Function · 0.36
generator_random_vocab_words
Function · 0.36