Skip to content

Commit 48c05c0

Browse files
committed
add srun and sbatch configs
1 parent d48e324 commit 48c05c0

15 files changed

Lines changed: 105 additions & 0 deletions

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/1k1k/1p1d-dep2-dep4-1k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/1k1k/1p2d-dep2-tep8-1k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/1k1k/2p2d-dep2-tep8-1k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/1k1k/2p3d-dep2-dep4-1k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/1k1k/2p4d-dep2-dep4-1k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/1k1k/4p2d-dep2-dep8-1k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/8k1k/1p1d-dep2-dep8-8k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/8k1k/1p1d-dep2-tep8-8k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/8k1k/1p2d-dep2-tep8-8k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/8k1k/2p1d-dep2-dep8-8k1k.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ health_check:
1818
max_attempts: 720
1919
interval_seconds: 10
2020

21+
sbatch_directives:
22+
mem: "0"
23+
cpus-per-task: "72"
24+
25+
srun_options:
26+
mem: "0"
27+
2128
resources:
2229
gpu_type: "gb300"
2330
gpus_per_node: 4

0 commit comments

Comments
 (0)