MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / llama_free

Function llama_free

subprojects/llama.cpp/src/llama-context.cpp:3060–3062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3058}
3059
3060void llama_free(llama_context * ctx) {
3061 delete ctx;
3062}
3063
3064uint32_t llama_n_ctx(const llama_context * ctx) {
3065 return ctx->n_ctx();

Callers 14

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 7

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68