Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ save
Method
save
common/peg-parser.cpp:2116–2118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2114
}
2115
2116
std::string common_peg_arena::save() const {
2117
return to_json().dump();
2118
}
2119
2120
void common_peg_arena::load(const std::string & data) {
2121
*this = from_json(nlohmann::json::parse(data));
Callers
15
llava_surgery.py
File · 0.45
minicpmv-surgery.py
File · 0.45
save_model
Function · 0.45
glmedge-surgery.py
File · 0.45
test_backends
Function · 0.45
generate_parser
Method · 0.45
common_chat_params_init_ministral_3
Function · 0.45
common_chat_params_init_gpt_oss
Function · 0.45
common_chat_params_init_gemma4
Function · 0.45
common_chat_params_init_functionary_v3_2
Function · 0.45
common_chat_params_init_kimi_k2
Function · 0.45
common_chat_params_init_lfm2
Function · 0.45
Calls
1
dump
Method · 0.80
Tested by
1
test_backends
Function · 0.36