llama_kv_cache_seq_div method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
void llama_kv_cache_seq_div(
ffi.Pointer<llama_context> ctx,
int seq_id,
int p0,
int p1,
int d,
) {
return _llama_kv_cache_seq_div(
ctx,
seq_id,
p0,
p1,
d,
);
}