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 28e3e4f commit f42f781Copy full SHA for f42f781
test/legacy_test/test_distributed_fused_lamb_op_with_clip.py
@@ -68,7 +68,7 @@ def run_test(
68
os.environ['MAX_GLOBAL_NORM'] = str(max_global_norm)
69
os.environ['GRADIENT_MERGE_STEPS'] = str(gradient_merge_steps)
70
os.environ['USE_MASTER_ACC_GRAD'] = str(1 if use_master_acc_grad else 0)
71
- os.environ["FLAGS_dynamic_static_unified_comm"] = "0"
+ os.environ["FLAGS_dynamic_static_unified_comm"] = "1"
72
os.environ.update(need_env)
73
74
touch_file_env = 'SUCCESS_TOUCH_FILE'
0 commit comments