From 28091dec431f87f86d678b552eda17e75dfc99c6 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:57:41 +0800 Subject: [PATCH] pipeline parallel default enable --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index fadeca166..19cce4f95 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -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)