Skip to content

一个GPU占用信息实时同步的小工具,并提供看板。

Notifications You must be signed in to change notification settings

diggerslab/gpu-watcher

This branch is 3 commits ahead of Bingmang/gpu-watcher:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2724b1 · Sep 15, 2023

History

12 Commits
Sep 15, 2023
Sep 10, 2023
Sep 15, 2023
Sep 10, 2023
Sep 10, 2023
Sep 15, 2023
Sep 10, 2023
Sep 15, 2023

Repository files navigation

gpu-watcher

mark

依赖

python3

client:

pip install PyYAML requests pynvml

server:

pip install PyYAML requests pynvml flask

使用方式

修改 config.yaml

lab:
  center:
    ip: 202.204.62.145 // 中心节点的ip和端口(汇总GPU信息用)
    port: 80

local:
  host: G1_4GTX1080Ti // 本机hostname(在看板上的名称)

client:

nohup python ping.py &

server:

nohup python server.py &

About

一个GPU占用信息实时同步的小工具,并提供看板。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.6%
  • HTML 39.4%