MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / model

Method model

common/common.cpp:1244–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244llama_model * common_init_result::model() {
1245 return pimpl->model.get();
1246}
1247
1248llama_context * common_init_result::context() {
1249 return pimpl->context.get();

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mtmd_cli_contextMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
load_modelMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
common_init_from_paramsFunction · 0.80
mainFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 3

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64