Skip to content

Commit c988cf2

Browse files
authored
Update slurm script
1 parent 1a7d54b commit c988cf2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/pretrain_bigcode_model.slurm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,4 @@ SRUN_ARGS=" \
135135
# py-spy top -s -i -n -- $LAUNCHER --node_rank $SLURM_PROCID --role $SLURMD_NODENAME: $CMD
136136
clear; srun $SRUN_ARGS --jobid $SLURM_JOB_ID bash -c "$LAUNCHER --node_rank \$SLURM_PROCID --role \$SLURMD_NODENAME: $CMD" 2>&1 | tee $LOG_PATH
137137

138-
rm -rf $CHECKPOINT_PATH
139-
140-
echo "END TIME: $(date)"
138+
echo "END TIME: $(date)"

0 commit comments

Comments
 (0)