Skip to content

Commit

Permalink
fix slurm/run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
loreloc committed Jul 24, 2024
1 parent 743b851 commit 480a0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slurm/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ source "$VENV_PATH/bin/activate" && \
--tboard-path "$TBOARD_DIR" --checkpoint-path "$CHECKP_DIR" && \
deactivate && \
rsync -r -a --verbose --ignore-existing "$TBOARD_DIR" "$DEST_TBOARD_DIR/" && \
rsync -r -a --verbose --ignore-existing "$CHECKPOINT_DIR" "$DEST_CHECKP_DIR/"
rsync -r -a --verbose --ignore-existing "$CHECKP_DIR" "$DEST_CHECKP_DIR/"

# Cleanup before exiting
rm -rf "$RESULTS_PATH"
Expand Down

0 comments on commit 480a0c8

Please sign in to comment.