scriptwriter-runpod / kill-train.sh
datamatters24's picture
Scriptwriter dataset sync
8010ccc verified
Raw
History Blame Contribute Delete
144 Bytes
#!/bin/bash
tmux kill-server 2>/dev/null || true; pkill -9 -f train_runpod 2>/dev/null || true; sleep 1; pgrep -af train_runpod || echo CLEARED