Skip to content

Commit ae0c6b0

Browse files
committed
print system info
1 parent 18cd46a commit ae0c6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

koboldcpp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6848,6 +6848,7 @@ def kcpp_main_process(launch_args, g_memory=None, gui_launcher=False):
68486848
args.threads = get_default_threads()
68496849
print(f"Auto Set Threads: {args.threads}")
68506850

6851+
print(f"System: {platform.system()} {platform.version()} {platform.machine()} {platform.processor()}")
68516852
if MaxMemory[0]>0:
68526853
print(f"Detected Available GPU Memory: {int(MaxMemory[0]/1024/1024)} MB")
68536854
else:

0 commit comments

Comments
 (0)