From 9e7661352c661619d0db8e7e3f30e154a17457ea Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 21 Sep 2025 17:28:49 +0800 Subject: [PATCH] Revert "FA default on" This reverts commit 19c3efb34ae53c1bcf69a5bc02361d771696b83f. --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index 80f4fae88..9fee63afa 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=1) + flashattention_var = ctk.IntVar(value=0) context_var = ctk.IntVar() customrope_var = ctk.IntVar() manualrope_var = ctk.IntVar()