Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2741
void 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
2745
void llama_opt_epoch(
2746
struct llama_context * ctx,
Callers
1
main
Function · 0.85
Calls
1
opt_init
Method · 0.80
Tested by
no test coverage detected