MCPcopy 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
3539void 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
3543void llama_opt_epoch(
3544 struct llama_context * ctx,

Callers 1

mainFunction · 0.85

Calls 1

opt_initMethod · 0.80

Tested by

no test coverage detected