Skip to content

Commit ece1951

Browse files
sbryngelsonclaude
andcommitted
Revert Phoenix benchmark jobs to L40S GPU scheduling
The H200 switch needs to land on master first so both PR and master benchmark builds use the same node type. Split into a separate PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dfc524c commit ece1951

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

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

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

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

0 commit comments

Comments
 (0)