From 979e2113e24541fae18dd5f8bc4c517548c46d79 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:36:43 +0800 Subject: [PATCH] flash attention is now checked by default when using gui launcher --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index e38d4c836..78fcce7b1 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -4589,7 +4589,7 @@ def show_gui(): swa_var = ctk.IntVar(value=0) 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()