Skip to content

Commit f42f781

Browse files
committed
Fix
1 parent 28e3e4f commit f42f781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/legacy_test/test_distributed_fused_lamb_op_with_clip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run_test(
6868
os.environ['MAX_GLOBAL_NORM'] = str(max_global_norm)
6969
os.environ['GRADIENT_MERGE_STEPS'] = str(gradient_merge_steps)
7070
os.environ['USE_MASTER_ACC_GRAD'] = str(1 if use_master_acc_grad else 0)
71-
os.environ["FLAGS_dynamic_static_unified_comm"] = "0"
71+
os.environ["FLAGS_dynamic_static_unified_comm"] = "1"
7272
os.environ.update(need_env)
7373

7474
touch_file_env = 'SUCCESS_TOUCH_FILE'

0 commit comments

Comments
 (0)