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