We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758f3b1 commit 53366f0Copy full SHA for 53366f0
examples/slurm/submit_multinode.sh
@@ -38,5 +38,5 @@ export SCRIPT_ARGS=" \
38
"
39
40
# This step is necessary because accelerate launch does not handle multiline arguments properly
41
-export CMD="$LAUNCHER $PYTHON_FILE $ARGS"
42
-srun $CMD
+export CMD="$LAUNCHER $SCRIPT $SCRIPT_ARGS"
+srun $CMD
0 commit comments