From 6c3f7018a747ec49913aa23eec8c97119cc1b757 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:12:11 +0800 Subject: [PATCH] increase max defaultgenamount limit --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index 4261eeeb4..1c5e3df3b 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -11600,7 +11600,7 @@ def kcpp_main_process(launch_args, g_memory=None, gui_launcher=False): global maxctx maxctx = args.contextsize - args.defaultgenamt = max(64, min(args.defaultgenamt, 16384)) + args.defaultgenamt = max(64, min(args.defaultgenamt, 32768)) args.defaultgenamt = min(args.defaultgenamt, maxctx / 2) #this uses the true port instead of the displayport, because we dont want to shut down a router