mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-26 15:15:16 +02:00
trying with fa on by default
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user