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
c6f18ccf
Commit
c6f18ccf
authored
Feb 25, 2021
by
Jared Casper
Browse files
Don't import deprecated model from realm_model which is broken.
parent
77d54fbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
megatron/model/__init__.py
megatron/model/__init__.py
+0
-2
No files found.
megatron/model/__init__.py
View file @
c6f18ccf
...
@@ -34,13 +34,11 @@ from .bert_model import (BertModel,
...
@@ -34,13 +34,11 @@ from .bert_model import (BertModel,
BertModelFirstStage
,
BertModelFirstStage
,
BertModelIntermediateStage
,
BertModelIntermediateStage
,
BertModelLastStage
)
BertModelLastStage
)
from
.realm_model
import
ICTBertModel
from
.gpt_model
import
(
GPTModel
,
from
.gpt_model
import
(
GPTModel
,
GPTModelFirstStage
,
GPTModelFirstStage
,
GPTModelIntermediateStage
,
GPTModelIntermediateStage
,
GPTModelLastStage
)
GPTModelLastStage
)
from
.language_model
import
get_language_model
from
.language_model
import
get_language_model
from
.module
import
FP16Module
from
.module
import
FP16Module
from
.realm_model
import
ICTBertModel
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