Files
mm/README.md
2026-06-25 11:01:58 +08:00

540 B

mm

mm is a local terminal dashboard for GPU status on SSH machines.

Install

python3 -m pip install -e .

Configure

Create either ./.config/mm/list.yaml in the directory where you run mm, or ~/.config/mm/list.yaml for a global config.

machines:
  - dash0
  - dash1
  - dash2
  - alias: dash3
    label: dash3 / lab

Each alias must be reachable by ssh <alias> and must have nvidia-smi available on the remote machine.

Run

mm
mm --config ~/.config/mm/list.yaml
mm --timeout 8