Skip to content

Commit 2646d68

Browse files
committed
Update (base update)
[ghstack-poisoned]
1 parent aa1c319 commit 2646d68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test_runner.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,10 @@ def build_test_list():
277277
[
278278
[
279279
"--training.data_parallel_type ddp",
280-
"--experimental.enable_compiled_autograd",
281280
]
282281
],
283-
"CompiledDDP",
284-
"compiled_ddp",
282+
"DDP",
283+
"ddp",
285284
ngpu=4,
286285
),
287286
]

0 commit comments

Comments
 (0)