Skip to content

Commit 979e211

Browse files
committed
flash attention is now checked by default when using gui launcher
1 parent e7c6c60 commit 979e211

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=0)
4592+
flashattention_var = ctk.IntVar(value=1)
45934593
context_var = ctk.IntVar()
45944594
customrope_var = ctk.IntVar()
45954595
manualrope_var = ctk.IntVar()

0 commit comments

Comments
 (0)