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
c941a435
Commit
c941a435
authored
Mar 14, 2025
by
silencealiang
Browse files
fix spelling bug
parent
55b3f6d5
Pipeline
#2505
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/mixtral/train_mixtral_8x7B_multinodes.sh
examples/mixtral/train_mixtral_8x7B_multinodes.sh
+1
-1
No files found.
examples/mixtral/train_mixtral_8x7B_multinodes.sh
View file @
c941a435
...
@@ -10,7 +10,7 @@ done
...
@@ -10,7 +10,7 @@ done
# Runs Mixtral 8x7B model
# Runs Mixtral 8x7B 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