Skip to content

Commit edefc01

Browse files
sbryngelsonclaude
andcommitted
Revert Phoenix test jobs to multi-partition GPU scheduling
Keep H200 targeting only for benchmarks; tests should run on any available GPU partition for faster scheduling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 02c658d commit edefc01

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/phoenix/submit.sh

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

2525
sbatch_gpu_opts="\
26-
#SBATCH --gres=gpu:H200:2
27-
#SBATCH --ntasks-per-node=8 # Number of cores per node required\
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\
2829
"
2930

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

0 commit comments

Comments
 (0)