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
ModelZoo
megatron-deepspeed-llama_pytorch
Commits
cf8450ec
"vscode:/vscode.git/clone" did not exist on "ee524b0f41ddf085af8d4f40467f42b83909364f"
Commit
cf8450ec
authored
Dec 14, 2023
by
liangjing
Browse files
Update initialize.py
parent
6a0833aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
megatron/initialize.py
megatron/initialize.py
+1
-1
No files found.
megatron/initialize.py
View file @
cf8450ec
...
@@ -141,7 +141,7 @@ def _compile_dependencies():
...
@@ -141,7 +141,7 @@ def _compile_dependencies():
torch
.
distributed
.
barrier
()
torch
.
distributed
.
barrier
()
else
:
else
:
torch
.
distributed
.
barrier
()
torch
.
distributed
.
barrier
()
fused_kernels
.
load
(
args
)
#
fused_kernels.load(args)
# Simple barrier to make sure all ranks have passed the
# Simple barrier to make sure all ranks have passed the
# compilation phase successfully before moving on to the
# compilation phase successfully before moving on to the
# rest of the program. We think this might ensure that
# rest of the program. We think this might ensure that
...
...
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