llama_kv_cache_update method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
void llama_kv_cache_update(
ffi.Pointer<llama_context> ctx,
) {
return _llama_kv_cache_update(
ctx,
);
}