llama_kv_cache_view_free method
Free a KV cache view. (use only for debugging purposes)
Implementation
void llama_kv_cache_view_free(
ffi.Pointer<llama_kv_cache_view> view,
) {
return _llama_kv_cache_view_free(
view,
);
}
Free a KV cache view. (use only for debugging purposes)
void llama_kv_cache_view_free(
ffi.Pointer<llama_kv_cache_view> view,
) {
return _llama_kv_cache_view_free(
view,
);
}