Skip to content

Commit b416ac4

Browse files
authored
Update submit-bench.sh
1 parent 0ef1860 commit b416ac4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/phoenix/submit-bench.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ sbatch_cpu_opts="\
2020
"
2121

2222
sbatch_gpu_opts="\
23-
#SBATCH -p gpu-v100,gpu-a100,gpu-h100,gpu-h200,gpu-l40s
23+
#SBATCH -p gpu-v100
2424
#SBATCH --ntasks-per-node=4 # Number of cores per node required
2525
#SBATCH -G2\
2626
"
2727

28+
# ,gpu-a100,gpu-h100,gpu-h200,gpu-l40s
29+
2830
if [ "$2" == "cpu" ]; then
2931
sbatch_device_opts="$sbatch_cpu_opts"
3032
elif [ "$2" == "gpu" ]; then

0 commit comments

Comments
 (0)