datamatters24's picture
Scriptwriter dataset sync
5a90f0c verified
Raw
History Blame Contribute Delete
245 Bytes
#!/bin/bash
# One-shot: from this directory on the RunPod pod
# export HF_TOKEN=hf_...
# bash run.sh
set -euo pipefail
HERE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export WORKDIR="${HERE}"
bash "${HERE}/scripts/runpod_train_tmux.sh"