Skip to content

Commit dcfb618

Browse files
committed
no cpus per task
1 parent f3894b5 commit dcfb618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runners/launch_mi325x-amd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PARTITION="compute"
77
SQUASH_FILE="/nfsdata/sa/squash/$(echo "$IMAGE" | sed 's/[\/:@#]/_/g').sqsh"
88

99
set -x
10-
salloc --partition=$PARTITION --gres=gpu:$TP --cpus-per-task=128 --time=180 --no-shell
10+
salloc --partition=$PARTITION --gres=gpu:$TP --time=180 --no-shell
1111
JOB_ID=$(squeue -u $USER -h -o %A | head -n1)
1212

1313
srun --jobid=$JOB_ID bash -c "sudo enroot import -o $SQUASH_FILE docker://$IMAGE"

0 commit comments

Comments
 (0)