From 5c5fe55f7d7c8bf5aaa6f295a83be1a6773061a1 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 26 Feb 2026 00:23:08 +0800 Subject: [PATCH] bump kv overrides max (+1 squashed commits) Squashed commits: [9bc8212a0] bump kv overrides max --- expose.h | 2 +- koboldcpp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/expose.h b/expose.h index 8de486d22..1ae4fad06 100644 --- a/expose.h +++ b/expose.h @@ -5,7 +5,7 @@ const int tensor_split_max = 16; const int images_max = 8; const int audio_max = 4; const int logprobs_max = 10; -const int overridekv_max = 4; +const int overridekv_max = 16; const int lora_filenames_max = 4; // match kobold's sampler list and order diff --git a/koboldcpp.py b/koboldcpp.py index 6e3e683aa..e6e8cbc48 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -58,7 +58,7 @@ savestate_limit = 0 #savestate slots start at 0, only set when load model default_vae_tile_threshold = 768 default_native_ctx = 16384 default_genlen = 1024 -overridekv_max = 4 +overridekv_max = 16 default_autofit_padding = 1024 lora_filenames_max = 4