Skip to content

Commit

Permalink
Update Changelog for #141 and #143.
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Dec 1, 2022
1 parent ae42bf5 commit 9771159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ Changelog for `gpustat`
- Handle Lost GPU and Unknown Error situations (#81, #125)
- Print a summary of the error message when an error happens.
- Use setuptools-scm to auto-generate `__version__` string.
- Relax `nvidia-ml-py` version requirement, allowing versions greater than 11.495 (#143)
- Add Python 3.11 to CI.

### Bugfix

- Fix afterimage texts when the number of processes changes in the watch mode (#100)
- Fix incorrect memory usage information on nvidia drivers 510.39 or higher (#141)


## [v1.0][milestone-1.0] (2022/9/4)
Expand Down
2 changes: 1 addition & 1 deletion gpustat/nvml.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def nvmlDeviceGetMemoryInfo(handle):
"Your NVIDIA driver requires a compatible version of "
"pynvml (>= 11.510.69) installed to display the correct "
"memory usage information (See #141 for more details). "
"Please try `pip install --upgrade pynvml`.",
"Please try `pip install --upgrade nvidia-ml-py`.",
category=UserWarning)
memory = M.original_nvmlDeviceGetMemoryInfo(handle)

Expand Down

0 comments on commit 9771159

Please sign in to comment.