From d904b51b0fc9d4dc66cc45f5e2dc20b305e64b15 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:56:15 +0800 Subject: [PATCH] adjust slot counts --- gpttype_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpttype_adapter.cpp b/gpttype_adapter.cpp index 3ffd5f059..55ba69a12 100644 --- a/gpttype_adapter.cpp +++ b/gpttype_adapter.cpp @@ -2597,7 +2597,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in { printf("RNN or Hyrbid model with FF and shifting flags enabled - SmartCache will be enabled with extra slots. Disable CtxShift if you do not want this.\n",savestate_limit); kcpp_data->smartcache = true; - savestate_limit *= 2; + savestate_limit += 3; } savestates.resize(savestate_limit); if(kcpp_data->smartcache)