Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ llama_opt_init
Function
llama_opt_init
subprojects/llama.cpp/src/llama-context.cpp:3681–3683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3679
}
3680
3681
void llama_opt_init(struct llama_context * ctx, struct llama_model * model, struct llama_opt_params lopt_params) {
3682
ctx->opt_init(model, lopt_params);
3683
}
3684
3685
void llama_opt_epoch(
3686
struct llama_context * ctx,
Callers
nothing calls this directly
Calls
1
opt_init
Method · 0.80
Tested by
no test coverage detected