Skip to content

Commit 059d838

Browse files
C-AchardCopilot
andauthored
Update dlclive/benchmark.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f7c942b commit 059d838

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
@@ -266,7 +266,7 @@ def get_system_info() -> dict:
266266
dev_type = "GPU"
267267
dev = [torch.cuda.get_device_name(torch.cuda.current_device())]
268268
else:
269-
from cpuinfo import get_cpu_info # noqa: F401
269+
from cpuinfo import get_cpu_info
270270

271271
dev_type = "CPU"
272272
dev = get_cpu_info()

0 commit comments

Comments
 (0)