MCPcopy 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
10036void llama_free(struct llama_context * ctx) {
10037 delete ctx;
10038}
10039
10040const llama_model * llama_get_model(const struct llama_context * ctx) {
10041 return &ctx->model;

Callers 15

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
llava_freeFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by 5

mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40