Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 528 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 528 Bytes

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 &