Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
9edfdaec
Unverified
Commit
9edfdaec
authored
Aug 08, 2020
by
Nako Sung
Committed by
GitHub
Aug 08, 2020
Browse files
Fix typo
redcue -> reduce
parent
46a536cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
megatron/mpu/mappings.py
megatron/mpu/mappings.py
+1
-1
No files found.
megatron/mpu/mappings.py
View file @
9edfdaec
...
@@ -89,7 +89,7 @@ class _CopyToModelParallelRegion(torch.autograd.Function):
...
@@ -89,7 +89,7 @@ class _CopyToModelParallelRegion(torch.autograd.Function):
class
_ReduceFromModelParallelRegion
(
torch
.
autograd
.
Function
):
class
_ReduceFromModelParallelRegion
(
torch
.
autograd
.
Function
):
"""All-red
c
ue the input from the model parallel region."""
"""All-redu
c
e the input from the model parallel region."""
@
staticmethod
@
staticmethod
def
forward
(
ctx
,
input_
):
def
forward
(
ctx
,
input_
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment