mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
increase max defaultgenamount limit
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user