From a9e817fb4c1c50465e2caaff2976fe757dc55184 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:29:23 +0800 Subject: [PATCH] smartcache off when fastforward off --- koboldcpp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/koboldcpp.py b/koboldcpp.py index afd1b7364..45552d1fe 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -7741,6 +7741,7 @@ def show_gui(): if fastforward_var.get()==0: contextshift_var.set(0) smartcontext_var.set(0) + smartcache_var.set(0) def togglectxshift(a,b,c): if contextshift_var.get()==0: