mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 09:02:04 +00:00
trying with fa on by default
This commit is contained in:
parent
3108fe740c
commit
4bf6d9eb9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue