MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / llama_opt_init

Function llama_opt_init

smallthinker/src/llama-context.cpp:2741–2743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2739}
2740
2741void llama_opt_init(struct llama_context * ctx, struct llama_model * model, struct llama_opt_params lopt_params) {
2742 ctx->opt_init(model, lopt_params);
2743}
2744
2745void llama_opt_epoch(
2746 struct llama_context * ctx,

Callers 1

mainFunction · 0.85

Calls 1

opt_initMethod · 0.80

Tested by

no test coverage detected