Files
odysseus/scripts/run_sft_maya_overnight.sh
T

8 lines
177 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$ROOT"
OWNER="${OWNER:-sft_maya_ops}" exec scripts/run_sft_overnight.sh "$@"