From 4bf6d9eb9acc69db50307727d9cdbdd676fb1dc0 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:38:45 +0800 Subject: [PATCH] trying with fa on by default --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index cb3d2504a..11fbd81f4 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -5449,7 +5449,7 @@ def show_gui(): smartcacheslots_var = ctk.StringVar(value=str(savestate_limit_default)) remotetunnel_var = ctk.IntVar(value=0) smartcontext_var = ctk.IntVar() - flashattention_var = ctk.IntVar(value=0) + flashattention_var = ctk.IntVar(value=1) context_var = ctk.IntVar() customrope_var = ctk.IntVar() manualrope_var = ctk.IntVar()