/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install f5tts-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/f5tts-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
F5tts Monitor 是什么?
Monitor F5-TTS distributed training on the 9-GPU mining rig (Local-LLM) without interfering with the process. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。
如何安装 F5tts Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install f5tts-monitor」即可一键安装,无需额外配置。
F5tts Monitor 是免费的吗?
是的,F5tts Monitor 完全免费(开源免费),可自由下载、安装和使用。
F5tts Monitor 支持哪些平台?
F5tts Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 F5tts Monitor?
由 pbseiya(@pbseiya)开发并维护,当前版本 v1.0.0。