| llama_memory_seq_keep | R Documentation |
Removes all sequences except the specified one from the KV cache.
llama_memory_seq_keep(ctx, seq_id)
ctx |
Context handle returned by [llama_new_context] |
seq_id |
Sequence ID to keep |
No return value, called for side effects.
## Not run:
llama_memory_seq_keep(ctx, seq_id = 0L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.