Skip to content

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

Notifications You must be signed in to change notification settings

Bingmang/gpu-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpu-watcher

mark

依赖

python3

client:

pip install yaml pynvml

server:

pip install yaml 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占用信息实时同步的小工具,并提供看板。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published