feat(hpc): correct Tyro flags in PBS submission script
This commit is contained in:
parent
2248d52e0b
commit
798a8ee9e6
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ export MUJOCO_GL=egl
|
|||
export WANDB_DIR="$SCRATCH_RUNDIR"
|
||||
|
||||
python src/train.py \
|
||||
--config configs/hpc/smoke_test.yaml \
|
||||
--run_dir "$SCRATCH_RUNDIR"
|
||||
--config-path configs/hpc/smoke_test.yaml \
|
||||
--run-dir "$SCRATCH_RUNDIR"
|
||||
# ^^^ Replace with your production config, e.g. configs/production_training.yaml
|
||||
|
||||
cp -r "$SCRATCH_RUNDIR/." "$DATA_RUNDIR/"
|
||||
|
|
|
|||
Reference in a new issue