We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfacf45 commit 15343feCopy full SHA for 15343fe
1 file changed
runners/launch_h200-cw.sh
@@ -27,6 +27,6 @@ srun --jobid=$JOB_ID \
27
--container-mount-home \
28
--container-workdir=/workspace/ \
29
--no-container-entrypoint --export=ALL \
30
-bash benchmarks/${MODEL_CODE}_${PRECISION}_h200${FRAMEWORK_SUFFIX}_slurm.sh
+bash -c "benchmarks/${MODEL_CODE}_${PRECISION}_h200${FRAMEWORK_SUFFIX}_slurm.sh; rm -rf /dev/shm/sagemaker_sessions"
31
32
scancel $JOB_ID
0 commit comments