llama_free method
Frees all allocated memory
Implementation
void llama_free(
ffi.Pointer<llama_context> ctx,
) {
return _llama_free(
ctx,
);
}
Frees all allocated memory
void llama_free(
ffi.Pointer<llama_context> ctx,
) {
return _llama_free(
ctx,
);
}