From 19c3efb34ae53c1bcf69a5bc02361d771696b83f Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 14 Sep 2025 11:53:18 +0800 Subject: [PATCH] FA default on --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index 9fee63afa..80f4fae88 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()