mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 09:02:04 +00:00
pipeline parallel default enable
This commit is contained in:
parent
cdd6578a9a
commit
28091dec43
1 changed files with 1 additions and 1 deletions
|
|
@ -5521,7 +5521,7 @@ def show_gui():
|
|||
debugmode = ctk.IntVar()
|
||||
keepforeground = ctk.IntVar()
|
||||
terminalonly = ctk.IntVar()
|
||||
pipelineparallel = ctk.IntVar()
|
||||
pipelineparallel = ctk.IntVar(value=1)
|
||||
quietmode = ctk.IntVar(value=0)
|
||||
nocertifymode = ctk.IntVar(value=0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue