Skip to content

Commit

Permalink
fix #112 - don't subset cpuinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Feb 14, 2024
1 parent 427c126 commit cf4cef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlclive/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def get_system_info() -> dict:
else:
from cpuinfo import get_cpu_info

dev = [get_cpu_info()["brand"]]
dev = get_cpu_info()
dev_type = "CPU"

return {
Expand Down

0 comments on commit cf4cef3

Please sign in to comment.