mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #41] NVML ERROR: RM has detected an NVML/RM version mismatch. #30
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#30
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 @bounlu on GitHub (Sep 27, 2022).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/41
I installed the
nvitopviapip3as described and it worked fine.Then I installed
nvccvia:sudo apt install nvidia-cuda-toolkitThen
nvitopstopped working with the error:NVML ERROR: RM has detected an NVML/RM version mismatch.How to make both work?
@XuehaiPan commented on GitHub (Sep 27, 2022):
@bounlu The command
sudo apt install nvidia-cuda-toolkitmodifies your NVIDIA driver. You need to offload and reload the NVIDIA kernel module. The easiest and safest way is to restart your machine.If you are sure that currently there are no processes (including the Desktop GUI) using the GPU, you can try the following command without a restart:
@bounlu commented on GitHub (Sep 27, 2022):
I already restarted the server, which didn't help.
nvidia-smiis not installed, when I try to install, I am afraid it will conflict and break things again:@XuehaiPan commented on GitHub (Sep 27, 2022):
How do you install the NVIDIA driver? By
.runfile orapt? If your install the driver via.runfile, you should uninstall it via.runfile first.If you install the NVIDIA driver via
apt, try:to install your driver first. Then:
see NVIDIA driver installer for more details.
@bounlu commented on GitHub (Sep 27, 2022):
Following these fixed it. Thanks a million.