diff --git a/llama.cpp b/llama.cpp index 4cb4ca471..b47a45c48 100644 --- a/llama.cpp +++ b/llama.cpp @@ -16180,6 +16180,7 @@ size_t llama_state_seq_load_file(struct llama_context * ctx, const char * filepa } } + void printcache(struct llama_context * ctx) { struct llama_kv_cache & cache = ctx->kv_self;