feat(select): add CUDA visible devices selection tool (#28)

Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
Xuehai Pan 2022-07-22 16:22:55 +08:00 committed by GitHub
parent 674c0df846
commit 08e33b7455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 806 additions and 60 deletions

View file

@ -51,6 +51,7 @@ dynamic = [
[project.scripts]
nvitop = "nvitop.cli:main"
nvisel = "nvitop.select:main"
[project.urls]
Homepage = "https://github.com/XuehaiPan/nvitop"