Skip to content

Commit 15343fe

Browse files
committed
coreweave cleanup
1 parent bfacf45 commit 15343fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runners/launch_h200-cw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ srun --jobid=$JOB_ID \
2727
--container-mount-home \
2828
--container-workdir=/workspace/ \
2929
--no-container-entrypoint --export=ALL \
30-
bash benchmarks/${MODEL_CODE}_${PRECISION}_h200${FRAMEWORK_SUFFIX}_slurm.sh
30+
bash -c "benchmarks/${MODEL_CODE}_${PRECISION}_h200${FRAMEWORK_SUFFIX}_slurm.sh; rm -rf /dev/shm/sagemaker_sessions"
3131

3232
scancel $JOB_ID

0 commit comments

Comments
 (0)