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
5247f24c
Commit
5247f24c
authored
Jul 14, 2020
by
Neel Kant
Browse files
Fix gpt2_dataset import error
parent
a5bfc013
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
megatron/data/gpt2_dataset.py
megatron/data/gpt2_dataset.py
+1
-1
No files found.
megatron/data/gpt2_dataset.py
View file @
5247f24c
...
...
@@ -22,7 +22,7 @@ import numpy as np
import
torch
from
megatron
import
mpu
,
print_rank_0
from
megatron.data.
bert_
dataset
import
get_train_valid_test_split_
from
megatron.data.dataset
_utils
import
get_train_valid_test_split_
from
megatron.data.indexed_dataset
import
make_dataset
as
make_indexed_dataset
...
...
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