Commit cb5e611d authored by mshoeybi's avatar mshoeybi
Browse files

tested

parent c61dc22f
...@@ -246,6 +246,9 @@ def parse_args(extra_args_provider=None, defaults={}, ...@@ -246,6 +246,9 @@ def parse_args(extra_args_provider=None, defaults={},
assert args.activations_checkpoint_method is not None, \ assert args.activations_checkpoint_method is not None, \
'for distribute-checkpointed-activations to work you '\ 'for distribute-checkpointed-activations to work you '\
'need to use a activation-checkpoint method ' 'need to use a activation-checkpoint method '
assert args.num_layers_per_virtual_pipeline_stage is None, \
'currently distrobuted checkpoint activations only supported for ' \
'nointerleaved pipeline parallelism'
_print_args(args) _print_args(args)
return args return args
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment