flash attention is now checked by default when using gui launcher

This commit is contained in:
Concedo
2025-09-03 23:36:43 +08:00
parent e7c6c60b1f
commit 979e2113e2
+1 -1
View File
@@ -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()