mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
do not suppress stdout if debugmode
This commit is contained in:
parent
2d57f80af9
commit
d9fcb94472
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue