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
4eb802c4
Commit
4eb802c4
authored
Jun 24, 2022
by
Jared Casper
Browse files
Remove unused function.
parent
80389ef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
megatron/global_vars.py
megatron/global_vars.py
+0
-11
No files found.
megatron/global_vars.py
View file @
4eb802c4
...
@@ -120,17 +120,6 @@ def set_args(args):
...
@@ -120,17 +120,6 @@ def set_args(args):
_GLOBAL_ARGS
=
args
_GLOBAL_ARGS
=
args
def
_parse_args
(
extra_args_provider
=
None
,
defaults
=
{},
ignore_unknown_args
=
False
):
"""Parse entire arguments."""
global
_GLOBAL_ARGS
_ensure_var_is_not_initialized
(
_GLOBAL_ARGS
,
'args'
)
_GLOBAL_ARGS
=
args
return
_GLOBAL_ARGS
def
_build_num_microbatches_calculator
(
args
):
def
_build_num_microbatches_calculator
(
args
):
global
_GLOBAL_NUM_MICROBATCHES_CALCULATOR
global
_GLOBAL_NUM_MICROBATCHES_CALCULATOR
...
...
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