mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #24] [MERGED] Add extra options to specify nvidia-ml-py version #124
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#124
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?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/24
Author: @XuehaiPan
Created: 7/4/2022
Status: ✅ Merged
Merged: 7/5/2022
Merged by: @XuehaiPan
Base:
dev← Head:pynvml📝 Commits (2)
9406192feat(setup): add extra options to specifynvidia-ml-pyversionb214e0achore(cli): add message for missing functions on CUDA 10.x driver📊 Changes
8 files changed (+96 additions, -12 deletions)
View changed files
📝
README.md(+8 -2)📝
docs/source/apis/index.rst(+6 -0)📝
nvitop/cli.py(+20 -4)📝
nvitop/core/libnvml.py(+3 -3)📝
nvitop/version.py(+39 -0)📝
requirements.txt(+1 -1)📝
setup.cfg(+3 -2)📝
setup.py(+16 -0)📄 Description
Issue Type
Runtime Environment
3.9.13470.129.06nvitopversion or commit:dev@2906d4f0python-ml-pyversion:11.450.51en_US.UTF-8Description
Unpin the package
nvidia-ml-pyversion. By default,pipwill install dependencynvidia-ml-py >= 11.450.51, < 11.510.69, or skip if already installed. To specify thenvidia-ml-pyversion withnvitop. Use:or
An extra alias is added for CUDA 10.x drivers as:
The users will get an error message if
nvitopis not compatible with R430 driver on Ubuntu 16.04 LTS:The supported
nvidia-ml-pyversions are listed here:8c3e727719/nvitop/version.py (L27-L63)Ref: nvidia-ml-py's Release History.
Resolves #23.
Motivation and Context
See issue #23.
Testing
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.