Skip to content

Commit 2b8a20e

Browse files
C-AchardCopilot
andcommitted
Update dlclive/benchmark.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4f94639 commit 2b8a20e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dlclive/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def get_system_info() -> dict:
278278
dev_type = "GPU"
279279
dev = [torch.cuda.get_device_name(torch.cuda.current_device())]
280280
else:
281-
from cpuinfo import get_cpu_info # noqa: F401
281+
from cpuinfo import get_cpu_info
282282

283283
dev_type = "CPU"
284284
dev = get_cpu_info()

0 commit comments

Comments
 (0)