We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7d54b commit c988cf2Copy full SHA for c988cf2
examples/pretrain_bigcode_model.slurm
@@ -135,6 +135,4 @@ SRUN_ARGS=" \
135
# py-spy top -s -i -n -- $LAUNCHER --node_rank $SLURM_PROCID --role $SLURMD_NODENAME: $CMD
136
clear; srun $SRUN_ARGS --jobid $SLURM_JOB_ID bash -c "$LAUNCHER --node_rank \$SLURM_PROCID --role \$SLURMD_NODENAME: $CMD" 2>&1 | tee $LOG_PATH
137
138
-rm -rf $CHECKPOINT_PATH
139
-
140
-echo "END TIME: $(date)"
+echo "END TIME: $(date)"
0 commit comments