llama_kv_cache_seq_rm method

bool llama_kv_cache_seq_rm(
  1. Pointer<llama_context> ctx,
  2. int seq_id,
  3. int p0,
  4. int p1,
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

bool llama_kv_cache_seq_rm(
  ffi.Pointer<llama_context> ctx,
  int seq_id,
  int p0,
  int p1,
) {
  return _llama_kv_cache_seq_rm(
    ctx,
    seq_id,
    p0,
    p1,
  );
}