summaryrefslogtreecommitdiff
path: root/llama.h
diff options
context:
space:
mode:
Diffstat (limited to 'llama.h')
-rw-r--r--llama.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/llama.h b/llama.h
index 461d4604..5305de90 100644
--- a/llama.h
+++ b/llama.h
@@ -484,6 +484,13 @@ extern "C" {
llama_pos p1,
llama_pos delta);
+ LLAMA_API void llama_kv_cache_seq_div(
+ struct llama_context * ctx,
+ llama_seq_id seq_id,
+ llama_pos p0,
+ llama_pos p1,
+ int d);
+
//
// State / sessions
//