From a759cdfe0032ddf058825c9a53249e6399f8a24a Mon Sep 17 00:00:00 2001 From: Raghav Hrishikeshan Mukundan Date: Thu, 5 Mar 2026 13:17:00 -0800 Subject: [PATCH 1/2] Update Qwen3 235B B300 Configs to match Qwen3 B200 Configs Signed-off-by: Raghav Hrishikeshan Mukundan --- .../performance/configs/qwen/qwen3_workload_base_configs.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/performance/configs/qwen/qwen3_workload_base_configs.py b/scripts/performance/configs/qwen/qwen3_workload_base_configs.py index 85671f4904..56277543a4 100644 --- a/scripts/performance/configs/qwen/qwen3_workload_base_configs.py +++ b/scripts/performance/configs/qwen/qwen3_workload_base_configs.py @@ -116,7 +116,7 @@ virtual_pipeline_model_parallel_size=4, expert_model_parallel_size=8, global_batch_size=1024, - moe_a2a_overlap=True, + moe_a2a_overlap=False, ) @@ -124,10 +124,9 @@ BASE_QWEN3_235B_A22B_CONFIG, num_gpus=64, pipeline_model_parallel_size=8, - virtual_pipeline_model_parallel_size=4, expert_model_parallel_size=8, global_batch_size=1024, - moe_a2a_overlap=True, + moe_a2a_overlap=False, ) From 63cb484a9b19b7935213599be9479f17931f7aa4 Mon Sep 17 00:00:00 2001 From: Raghav Hrishikeshan Mukundan Date: Fri, 6 Mar 2026 11:46:22 -0800 Subject: [PATCH 2/2] Set VP=None for bf16 B300 Signed-off-by: Raghav Hrishikeshan Mukundan --- scripts/performance/configs/qwen/qwen3_workload_base_configs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/performance/configs/qwen/qwen3_workload_base_configs.py b/scripts/performance/configs/qwen/qwen3_workload_base_configs.py index 56277543a4..d198828a08 100644 --- a/scripts/performance/configs/qwen/qwen3_workload_base_configs.py +++ b/scripts/performance/configs/qwen/qwen3_workload_base_configs.py @@ -113,7 +113,6 @@ BASE_QWEN3_235B_A22B_CONFIG, num_gpus=64, pipeline_model_parallel_size=8, - virtual_pipeline_model_parallel_size=4, expert_model_parallel_size=8, global_batch_size=1024, moe_a2a_overlap=False,