Skip to content

Commit d71244c

Browse files
committed
Woops
1 parent 48ed32f commit d71244c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ def test_pretrain_shared_t5_mlm(self):
673673
--deepspeed-activation-checkpointing
674674
""".split()
675675

676-
script = [f"{src_dir}/pretrain_shated_t5_with_mlm.py"]
676+
script = [f"{src_dir}/pretrain_shared_t5_with_mlm.py"]
677677
launcher = get_launcher(num_gpus)
678678

679679
cmd = launcher + script + args + ds_args

0 commit comments

Comments
 (0)