-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misreported used memory with the driver 535.129.03 #168
Comments
Thanks for reporting! I think this is pip list | grep nvml
ls -al $(python -c 'import pynvml; print(pynvml.__file__)')` Try the following if this can fix the issue:
Maybe I should revert #153 because this is so common error users might encounter unawarely... |
Yes, that fixes the issue. So what's the general recommendation? Have a particular version of Feel free to close this issue if you want. |
It's fine and recommended to use the latest version of To emphasize again, people should: Caution NEVER use IMO the |
Revert "Make gpustat.nvml compatible with a third-party fork of pynvml" This reverts commit 7c09a0f. gpustat v1.1.1 allowed the problematic 'pynvml' package to be used as a workaround, but this still causes many problems (e.g., #168). Only the official nvidia-ml-py can be used with gpustat. See #153, #168
Describe the bug
There's a mismatch between the used memory reported by
nvidia-smi
and gpustat. For example, right now, the former reports 11448 while the latter is 11961 (513 of difference).Also, I see the following warning being displayed:
Even when I'm using the latest versions of gpustat (1.1.1) and nvidia-ml-py (12.535.133).
Screenshots or Program Output
Environment information:
The text was updated successfully, but these errors were encountered: