mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
if gendefaults is set, horde has debug flag
This commit is contained in:
+1
-1
@@ -7785,7 +7785,7 @@ def kcpp_main_process(launch_args, g_memory=None, gui_launcher=False):
|
||||
global maxhordelen, maxhordectx, showdebug, has_multiplayer, savedata_obj
|
||||
if args.hordemodelname and args.hordemodelname!="":
|
||||
friendlymodelname = args.hordemodelname
|
||||
if args.debugmode == 1:
|
||||
if args.debugmode == 1 or args.gendefaults:
|
||||
friendlymodelname = "debug-" + friendlymodelname
|
||||
if not friendlymodelname.startswith("koboldcpp/"):
|
||||
friendlymodelname = "koboldcpp/" + friendlymodelname
|
||||
|
||||
Reference in New Issue
Block a user