Unverified Commit 9edfdaec authored by Nako Sung's avatar Nako Sung Committed by GitHub
Browse files

Fix typo

redcue -> reduce
parent 46a536cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ class _CopyToModelParallelRegion(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
    def forward(ctx, input_):