mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-13 02:10:39 +02:00
do not suppress stdout if debugmode
This commit is contained in:
+1
-1
@@ -3816,7 +3816,7 @@ def main(launch_args,start_server=True):
|
||||
global libname, args, friendlymodelname, friendlysdmodelname, fullsdmodelpath, mmprojpath, password, fullwhispermodelpath
|
||||
|
||||
args = launch_args
|
||||
if (args.model_param or args.model) and args.prompt and not args.benchmark:
|
||||
if (args.model_param or args.model) and args.prompt and not args.benchmark and not (args.debugmode >= 1):
|
||||
suppress_stdout()
|
||||
|
||||
print(f"***\nWelcome to KoboldCpp - Version {KcppVersion}") # just update version manually
|
||||
|
||||
Reference in New Issue
Block a user