Skip to content

Commit 9e76613

Browse files
committed
Revert "FA default on"
This reverts commit 19c3efb.
1 parent 0dc6b9f commit 9e76613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koboldcpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4589,7 +4589,7 @@ def hide_tooltip(event):
45894589
swa_var = ctk.IntVar(value=0)
45904590
remotetunnel_var = ctk.IntVar(value=0)
45914591
smartcontext_var = ctk.IntVar()
4592-
flashattention_var = ctk.IntVar(value=1)
4592+
flashattention_var = ctk.IntVar(value=0)
45934593
context_var = ctk.IntVar()
45944594
customrope_var = ctk.IntVar()
45954595
manualrope_var = ctk.IntVar()

0 commit comments

Comments
 (0)