mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
print system info
This commit is contained in:
parent
18cd46a6db
commit
ae0c6b02f8
1 changed files with 1 additions and 0 deletions
|
@ -6848,6 +6848,7 @@ def kcpp_main_process(launch_args, g_memory=None, gui_launcher=False):
|
|||
args.threads = get_default_threads()
|
||||
print(f"Auto Set Threads: {args.threads}")
|
||||
|
||||
print(f"System: {platform.system()} {platform.version()} {platform.machine()} {platform.processor()}")
|
||||
if MaxMemory[0]>0:
|
||||
print(f"Detected Available GPU Memory: {int(MaxMemory[0]/1024/1024)} MB")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue