mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-15 03:08:49 +02:00
remove unnecessary prints
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user