Skip to content

Commit 53366f0

Browse files
authored
Update command export to use SCRIPT and SCRIPT_ARGS
1 parent 758f3b1 commit 53366f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/slurm/submit_multinode.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ export SCRIPT_ARGS=" \
3838
"
3939

4040
# This step is necessary because accelerate launch does not handle multiline arguments properly
41-
export CMD="$LAUNCHER $PYTHON_FILE $ARGS"
42-
srun $CMD
41+
export CMD="$LAUNCHER $SCRIPT $SCRIPT_ARGS"
42+
srun $CMD

0 commit comments

Comments
 (0)