/install f5tts-monitor
F5-TTS Mining Rig Monitor Skill
This skill provides instructions for ADA to safely monitor the ongoing F5-TTS training process on the 9-GPU mining rig (Local-LLM), without interfering with the data or environment.
IMPORTANT:
- The training dataset and checkpoints are strictly located on the HDD of the mining rig at
/mnt/toshiba/projects/F5-TTS/. - Do not attempt to run training locally on
asus-z170k. - Use
uvexclusively when interacting with the Python environment on the mining rig.
Steps to Monitor Training
1. Check GPU Utilization
To ensure all 9 GPUs are actively training and not bottlenecked or OOMed, run the following command via SSH (remember to use pseudo-terminal if using watch):
ssh Local-LLM "nvidia-smi"
You should see 9 python3 processes consistently consuming ~11GB of VRAM each.
2. Check Training Epoch Progress
Check the Accelerate training logs to see the current epoch and global step:
ssh Local-LLM "tail -n 100 /mnt/toshiba/projects/F5-TTS/outputs/training_mining_rig.log"
Look for Epoch: and Step: progression.
3. Check System RAM and CPU Load
The mining rig only has a 2-core Pentium CPU and 16GB of RAM. Make sure the system isn't buckling under the DDP overhead:
ssh Local-LLM "free -h && uptime"
4. Update the Heartbeat
After successfully probing the status, update your HEARTBEAT.md files locally to report the current Epoch, Step, GPU temperature, and estimated time remaining to Master Seiya.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install f5tts-monitor - After installation, invoke the skill by name or use
/f5tts-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is F5tts Monitor?
Monitor F5-TTS distributed training on the 9-GPU mining rig (Local-LLM) without interfering with the process. It is an AI Agent Skill for Claude Code / OpenClaw, with 291 downloads so far.
How do I install F5tts Monitor?
Run "/install f5tts-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is F5tts Monitor free?
Yes, F5tts Monitor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does F5tts Monitor support?
F5tts Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created F5tts Monitor?
It is built and maintained by pbseiya (@pbseiya); the current version is v1.0.0.