mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
remove unnecessary prints
This commit is contained in:
parent
a3718c6354
commit
5ca267dc9c
1 changed files with 1 additions and 1 deletions
|
@ -3069,7 +3069,7 @@ def main(launch_args,start_server=True):
|
|||
print(args)
|
||||
# Flush stdout for win32 issue with regards to piping in terminals,
|
||||
# especially before handing over to C++ context.
|
||||
print(f"==========\nLoading model: {modelname} \n[Threads: {args.threads}, BlasThreads: {args.blasthreads}, SmartContext: {args.smartcontext}, ContextShift: {not (args.noshift)}]", flush=True)
|
||||
print(f"==========\nLoading model: {modelname}", flush=True)
|
||||
loadok = load_model(modelname)
|
||||
print("Load Text Model OK: " + str(loadok))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue