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
56bf70a2
"...git@developer.sourcefind.cn:OpenDAS/llama-factory.git" did not exist on "317a82e274c49dafb8a2de6722026f41e5640fe7"
Commit
56bf70a2
authored
Apr 17, 2025
by
wxj
Browse files
Update __init__.py
parent
56400eb5
Pipeline
#2647
passed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
megatron/legacy/model/__init__.py
megatron/legacy/model/__init__.py
+1
-1
No files found.
megatron/legacy/model/__init__.py
View file @
56bf70a2
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
from
.fused_layer_norm
import
MixedFusedLayerNorm
as
LayerNorm
from
.fused_layer_norm
import
MixedFusedLayerNorm
as
LayerNorm
from
.rms_norm
import
RMSNorm
from
.rms_norm
import
RMSNorm
,
LightopRMSNorm
from
.bert_model
import
BertModel
from
.bert_model
import
BertModel
from
.gpt_model
import
GPTModel
from
.gpt_model
import
GPTModel
...
...
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