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
f7aaf737
Commit
f7aaf737
authored
Mar 14, 2025
by
silencealiang
Browse files
fix spelling bug
parent
92fdedff
Pipeline
#2507
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/gpt3/train_gpt_567B_multinodes.sh
examples/gpt3/train_gpt_567B_multinodes.sh
+1
-1
No files found.
examples/gpt3/train_gpt_567B_multinodes.sh
View file @
f7aaf737
...
@@ -10,7 +10,7 @@ done
...
@@ -10,7 +10,7 @@ done
# Runs GPT 567B model
# Runs GPT 567B model
source
/opt/dtk/env.sh
source
/opt/dtk/env.sh
# defau
a
t env
# defau
l
t env
CURRENT_DIR
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
CURRENT_DIR
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
MEGATRON_PATH
=
$(
dirname
$(
dirname
${
CURRENT_DIR
}
))
MEGATRON_PATH
=
$(
dirname
$(
dirname
${
CURRENT_DIR
}
))
export
PYTHONPATH
=
${
MEGATRON_PATH
}
:
$PYTHONPATH
export
PYTHONPATH
=
${
MEGATRON_PATH
}
:
$PYTHONPATH
...
...
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