Skip to content

Commit 0fcb2e1

Browse files
Print num cores
1 parent 4b2b469 commit 0fcb2e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/system_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def _nvidia_smi_lines() -> List[str]:
165165
f'OS: {pretty_name}',
166166
f'Kernel: {platform.release()}',
167167
f'Machine: {platform.machine()}',
168+
f'Num CPUs: {os.cpu_count()}',
168169
]
169170
_print_section('System Information', system_lines)
170171

0 commit comments

Comments
 (0)