Commit cec3dbe6 authored by Jared Casper's avatar Jared Casper
Browse files

Merge branch 'patch-2' of https://github.com/nakosung/Megatron-LM into community-fixes

parents 8d0da202 9edfdaec
...@@ -90,7 +90,7 @@ class _CopyToModelParallelRegion(torch.autograd.Function): ...@@ -90,7 +90,7 @@ class _CopyToModelParallelRegion(torch.autograd.Function):
class _ReduceFromModelParallelRegion(torch.autograd.Function): class _ReduceFromModelParallelRegion(torch.autograd.Function):
"""All-redcue the input from the model parallel region.""" """All-reduce the input from the model parallel region."""
@staticmethod @staticmethod
def symbolic(graph, input_): def symbolic(graph, input_):
......
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