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 e55b603 commit b5568fbCopy full SHA for b5568fb
tests/test_training.py
@@ -673,7 +673,7 @@ def test_pretrain_shared_t5_mlm(self):
673
--deepspeed-activation-checkpointing
674
""".split()
675
676
- script = [f"{src_dir}/pretrain_shated_t5_with_mlm.py"]
+ script = [f"{src_dir}/pretrain_shared_t5_with_mlm.py"]
677
launcher = get_launcher(num_gpus)
678
679
cmd = launcher + script + args + ds_args
0 commit comments