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
28b6ffce
Commit
28b6ffce
authored
May 16, 2022
by
Vijay Korthikanti
Browse files
cleanup imports in transformer.py
parent
a4ef7c40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
megatron/model/transformer.py
megatron/model/transformer.py
+1
-1
No files found.
megatron/model/transformer.py
View file @
28b6ffce
...
...
@@ -19,7 +19,7 @@ from contextlib import nullcontext
import
torch
import
torch.nn.functional
as
F
from
megatron
import
get_timers
,
get_args
,
print_rank_last
,
print_rank_0
from
megatron
import
get_timers
,
get_args
from
megatron
import
mpu
from
.module
import
MegatronModule
from
megatron.model.enums
import
AttnMaskType
,
ModelType
,
LayerType
,
AttnType
...
...
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