mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #86] [BUG] unable to display power limit #53
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liblaf on GitHub (Aug 4, 2023).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/86
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
What version of nvitop are you using?
1.2.0
Operating system and version
Arch Linux x86_64
NVIDIA driver version
535.86.05
NVIDIA-SMI
Python environment
Installation
Python version & relevant libraries
Problem description
nvitopcannot display power limit correctly.Steps to Reproduce
Command lines:
Traceback
No response
Logs
Expected behavior
nvitopshould display power limit asnvidia-smi.Additional context
No response
@XuehaiPan commented on GitHub (Aug 4, 2023):
Hi @liblaf, thanks for raising this issue.
Could you try the following code in your Python REPL?
Then we can dive deeper into this error.
@liblaf commented on GitHub (Aug 4, 2023):
is this issue caused by a mismatch between the version of
nvidia-ml-py==11.525.131and thenvidia==535.86.05driver?@liblaf commented on GitHub (Aug 4, 2023):
i tried to install the latest
nvidia-ml-py==12.535.77but it produces the same error.@XuehaiPan commented on GitHub (Aug 4, 2023):
@liblaf Thanks for the feedback.
Based on your traceback, your NVIDIA product may not support the power management feature.
According to the NVML documentation nvmlDeviceGetPowerManagementLimit:
The power limit API may return
NVML_ERROR_NOT_SUPPORTEDif the power management feature is not available.You can try the following command in your console:
@liblaf commented on GitHub (Aug 4, 2023):
indeed