Skip to content

Commit

Permalink
Fix: Add GPUs to machine info
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Sep 3, 2021
1 parent 69d3b2b commit 0019dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conbench/machine_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _meminfo(info):


def _nvidia_smi(info):
missing = _has_missing(info, MEMINFO_MAPPING)
missing = _has_missing(info, NVIDIA_SMI_MAPPING)
if not missing:
return

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="conbench",
version="1.15.0",
version="1.16.0",
description="Continuous Benchmarking (CB) Framework",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 0019dfa

Please sign in to comment.