Skip to content

Commit cb4527b

Browse files
committed
better to default fa off
1 parent 126104f commit cb4527b

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)