Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ llama_free
Function
llama_free
llama.cpp:10036–10038 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10034
}
10035
10036
void llama_free(struct llama_context * ctx) {
10037
delete ctx;
10038
}
10039
10040
const llama_model * llama_get_model(const struct llama_context * ctx) {
10041
return &ctx->model;
Callers
15
llama_new_context_with_model
Function · 0.70
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
llama_init_from_gpt_params
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
llava_free
Function · 0.50
main
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
5
main
Function · 0.40
main
Function · 0.40
main
Function · 0.40
main
Function · 0.40
main
Function · 0.40