We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfb618 commit ae68508Copy full SHA for ae68508
1 file changed
runners/launch_mi325x-amd.sh
@@ -7,7 +7,7 @@ PARTITION="compute"
7
SQUASH_FILE="/nfsdata/sa/squash/$(echo "$IMAGE" | sed 's/[\/:@#]/_/g').sqsh"
8
9
set -x
10
-salloc --partition=$PARTITION --gres=gpu:$TP --time=180 --no-shell
+salloc --partition=$PARTITION --gres=gpu:$TP --cpus-per-task=256 --time=180 --no-shell
11
JOB_ID=$(squeue -u $USER -h -o %A | head -n1)
12
13
srun --jobid=$JOB_ID bash -c "sudo enroot import -o $SQUASH_FILE docker://$IMAGE"
0 commit comments