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
38a61e7d
Commit
38a61e7d
authored
Jan 08, 2025
by
wxj
Browse files
Update saver_megatron.py 取消fused_kernels.load()方法的使用
parent
c814bf1a
Pipeline
#2197
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
tools/checkpoint/saver_megatron.py
tools/checkpoint/saver_megatron.py
+1
-1
No files found.
tools/checkpoint/saver_megatron.py
View file @
38a61e7d
...
@@ -206,7 +206,7 @@ def save_checkpoint(queue, args):
...
@@ -206,7 +206,7 @@ def save_checkpoint(queue, args):
mpu
.
set_pipeline_model_parallel_world_size
(
args
.
target_pipeline_parallel_size
)
mpu
.
set_pipeline_model_parallel_world_size
(
args
.
target_pipeline_parallel_size
)
mpu
.
set_tensor_model_parallel_rank
(
0
)
mpu
.
set_tensor_model_parallel_rank
(
0
)
mpu
.
set_pipeline_model_parallel_rank
(
0
)
mpu
.
set_pipeline_model_parallel_rank
(
0
)
fused_kernels
.
load
(
margs
)
#
fused_kernels.load(margs)
# Embeddings
# Embeddings
# -----------
# -----------
...
...
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