Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ llama_opt_init
Function
llama_opt_init
src/llama-context.cpp:3539–3541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3537
}
3538
3539
void llama_opt_init(struct llama_context * ctx, struct llama_model * model, struct llama_opt_params lopt_params) {
3540
ctx->opt_init(model, lopt_params);
3541
}
3542
3543
void llama_opt_epoch(
3544
struct llama_context * ctx,
Callers
1
main
Function · 0.85
Calls
1
opt_init
Method · 0.80
Tested by
no test coverage detected