| # 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" | |
| # 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" | |