llama_kv_cache_update method

void llama_kv_cache_update(
  1. Pointer<llama_context> ctx
)

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,
  );
}