Skip to content

Commit cf4cef3

Browse files
fix #112 - don't subset cpuinfo
1 parent 427c126 commit cf4cef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlclive/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def get_system_info() -> dict:
130130
else:
131131
from cpuinfo import get_cpu_info
132132

133-
dev = [get_cpu_info()["brand"]]
133+
dev = get_cpu_info()
134134
dev_type = "CPU"
135135

136136
return {

0 commit comments

Comments
 (0)