mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 19:46:11 +00:00
if gendefaults is set, horde has debug flag
This commit is contained in:
parent
4c3cf7ba56
commit
03df0c40f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue