Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1244
llama_model * common_init_result::model() {
1245
return pimpl->model.get();
1246
}
1247
1248
llama_context * common_init_result::context() {
1249
return pimpl->context.get();
Callers
15
main
Function · 0.80
main
Function · 0.80
mtmd_cli_context
Method · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
load_model
Method · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
common_init_from_params
Function · 0.80
main
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
3
main
Function · 0.64
main
Function · 0.64
main
Function · 0.64