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
4e8ace9b
Commit
4e8ace9b
authored
Aug 06, 2020
by
Boris Fomitchev
Browse files
comment fix
Signed-off-by:
Boris Fomitchev
<
bfomitchev@nvidia.com
>
parent
39c80331
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
megatron/initialize.py
megatron/initialize.py
+1
-1
No files found.
megatron/initialize.py
View file @
4e8ace9b
...
@@ -36,7 +36,7 @@ def initialize_megatron(extra_args_provider=None, args_defaults={},
...
@@ -36,7 +36,7 @@ def initialize_megatron(extra_args_provider=None, args_defaults={},
data processing. In general this arg should not be set unless you know
data processing. In general this arg should not be set unless you know
what you are doing.
what you are doing.
Returns a function to finalize distributed env initialization
Returns a function to finalize distributed env initialization
(optionally, only
for
args.
distributed_backend == "external_ddp"
)
(optionally, only
when
args.
lazy_mpu_init == True
)
"""
"""
if
not
allow_no_cuda
:
if
not
allow_no_cuda
:
...
...
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