Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 550 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 550 Bytes

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 &