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
d1faf734
Commit
d1faf734
authored
Mar 19, 2025
by
silencealiang
Browse files
fix spelling
parent
b3233ef9
Pipeline
#2551
passed with stage
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
examples/gpt3/train_gpt_567B_1nodes.sh
examples/gpt3/train_gpt_567B_1nodes.sh
+1
-1
examples/gpt3/train_gpt_567B_multinodes.sh
examples/gpt3/train_gpt_567B_multinodes.sh
+1
-1
examples/mixtral/train_mixtral_8x7B_1nodes.sh
examples/mixtral/train_mixtral_8x7B_1nodes.sh
+1
-1
examples/mixtral/train_mixtral_8x7B_multinodes.sh
examples/mixtral/train_mixtral_8x7B_multinodes.sh
+1
-1
No files found.
examples/gpt3/train_gpt_567B_1nodes.sh
View file @
d1faf734
...
...
@@ -10,7 +10,7 @@ done
# Runs GPT 567B model
source
/opt/dtk/env.sh
# defau
a
t env
# defau
l
t env
CURRENT_DIR
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
MEGATRON_PATH
=
$(
dirname
$(
dirname
${
CURRENT_DIR
}
))
export
PYTHONPATH
=
${
MEGATRON_PATH
}
:
$PYTHONPATH
...
...
examples/gpt3/train_gpt_567B_multinodes.sh
View file @
d1faf734
...
...
@@ -10,7 +10,7 @@ done
# Runs GPT 567B model
source
/opt/dtk/env.sh
# defau
a
t env
# defau
l
t env
CURRENT_DIR
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
MEGATRON_PATH
=
$(
dirname
$(
dirname
${
CURRENT_DIR
}
))
export
PYTHONPATH
=
${
MEGATRON_PATH
}
:
$PYTHONPATH
...
...
examples/mixtral/train_mixtral_8x7B_1nodes.sh
View file @
d1faf734
...
...
@@ -10,7 +10,7 @@ done
# Runs Mixtral 8x7B model
source
/opt/dtk/env.sh
# defau
a
t env
# defau
l
t env
CURRENT_DIR
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
MEGATRON_PATH
=
$(
dirname
$(
dirname
${
CURRENT_DIR
}
))
export
PYTHONPATH
=
${
MEGATRON_PATH
}
:
$PYTHONPATH
...
...
examples/mixtral/train_mixtral_8x7B_multinodes.sh
View file @
d1faf734
...
...
@@ -10,7 +10,7 @@ done
# Runs Mixtral 8x7B model
source
/opt/dtk/env.sh
# defau
a
t env
# defau
l
t env
CURRENT_DIR
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
MEGATRON_PATH
=
$(
dirname
$(
dirname
${
CURRENT_DIR
}
))
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