Skip to content

Commit 1ac123c

Browse files
sbryngelsonclaude
andcommitted
Switch Phoenix GPU jobs to H200 nodes for faster scheduling
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a6364c5 commit 1ac123c

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ sbatch_cpu_opts="\
2020
"
2121

2222
sbatch_gpu_opts="\
23-
#SBATCH -CL40S
24-
#SBATCH --ntasks-per-node=4 # Number of cores per node required
25-
#SBATCH -G2\
23+
#SBATCH --gres=gpu:H200:2
24+
#SBATCH --ntasks-per-node=8 # Number of cores per node required\
2625
"
2726

2827
if [ "$2" = "cpu" ]; then

.github/workflows/phoenix/submit.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ sbatch_cpu_opts="\
2323
"
2424

2525
sbatch_gpu_opts="\
26-
#SBATCH -p gpu-v100,gpu-a100,gpu-h100,gpu-l40s
27-
#SBATCH --ntasks-per-node=4 # Number of cores per node required
28-
#SBATCH -G2\
26+
#SBATCH --gres=gpu:H200:2
27+
#SBATCH --ntasks-per-node=8 # Number of cores per node required\
2928
"
3029

3130
if [ "$2" = "cpu" ]; then

0 commit comments

Comments
 (0)