We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa6b85 commit 4143effCopy full SHA for 4143eff
examples/disaggregated/slurm/benchmark/config.yaml
@@ -5,6 +5,7 @@ slurm:
5
account: "<account>"
6
job_time: "02:00:00"
7
job_name: "<job_name>"
8
+ extra_args: ""
9
numa_bind: true # Only enable for GB200 NVL72
10
11
# Benchmark Mode
examples/disaggregated/slurm/benchmark/submit.py
@@ -138,6 +138,7 @@ def submit_job(config):
138
f'--ntasks={total_tasks}',
139
f'--ntasks-per-node={hw_config["gpus_per_node"]}',
140
f'--segment={total_nodes}',
141
+ slurm_config['extra_args'],
142
slurm_config['script_file'],
143
# Hardware configuration
144
str(hw_config['gpus_per_node']),
0 commit comments