Skip to content

Commit acb06e8

Browse files
committed
no high_priority_a2a_comm_stream
Signed-off-by: Malay Nagda <malayn@nvidia.com>
1 parent 74858e7 commit acb06e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/megatron/bridge/perf_recipes/deepseek/gb300/deepseek_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def deepseek_v3_pretrain_256gpu_gb300_nvfp4_config() -> ConfigContainer:
211211
_benchmark_common(cfg)
212212
_enable_deepseek_full_iteration_mxfp8(cfg, fp8_dot_product_attention=False, fp8_output_proj=False)
213213
# cfg.model.moe_hybridep_num_sms_preprocessing = 108
214-
# cfg.model.high_priority_a2a_comm_stream = False
214+
cfg.model.high_priority_a2a_comm_stream = False
215215
cfg.model.mla_down_proj_fusion = True
216216

217217
# Keep process settings next to the recipe so users can see the exact benchmark environment.

0 commit comments

Comments
 (0)