1 Star 0 Fork 0

anxingle/nvitop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nvitop.py 355 Bytes
一键复制 编辑 原始数据 按行查看 历史
XuehaiPan 提交于 2021-10-07 15:43 . style: apply suggestions from pylint
#!/usr/bin/env python3
# This file is part of nvitop, the interactive NVIDIA-GPU process viewer.
# License: GNU GPL version 3.
"""An interactive NVIDIA-GPU process viewer, the one-stop solution for GPU process management."""
import sys
from nvitop.cli import main # pylint: disable=no-name-in-module
if __name__ == '__main__':
sys.exit(main())
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anxingle/nvitop2.git
git@gitee.com:anxingle/nvitop2.git
anxingle
nvitop2
nvitop
main

搜索帮助