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
2c247afb
Commit
2c247afb
authored
May 14, 2021
by
Jared Casper
Browse files
Add arg needed for tokenizer.
parent
37475717
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tools/preprocess_data.py
tools/preprocess_data.py
+1
-0
No files found.
tools/preprocess_data.py
View file @
2c247afb
...
@@ -137,6 +137,7 @@ def get_args():
...
@@ -137,6 +137,7 @@ def get_args():
args
.
rank
=
0
args
.
rank
=
0
args
.
make_vocab_size_divisible_by
=
128
args
.
make_vocab_size_divisible_by
=
128
args
.
tensor_model_parallel_size
=
1
args
.
tensor_model_parallel_size
=
1
args
.
vocab_extra_ids
=
0
return
args
return
args
...
...
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