trying with fa on by default

This commit is contained in:
Concedo 2026-01-07 11:38:45 +08:00
parent 3108fe740c
commit 4bf6d9eb9a

View file

@ -5449,7 +5449,7 @@ def show_gui():
smartcacheslots_var = ctk.StringVar(value=str(savestate_limit_default))
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()