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
silencealiang
Pai-Megatron-Patch
Commits
ed89d155
Commit
ed89d155
authored
Apr 29, 2025
by
silencealiang
Browse files
Update train_deepseekv3_671B_4nodes.sh
parent
5e7f43e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/deepseek_v3/train_deepseekv3_671B_4nodes.sh
examples/deepseek_v3/train_deepseekv3_671B_4nodes.sh
+1
-1
No files found.
examples/deepseek_v3/train_deepseekv3_671B_4nodes.sh
View file @
ed89d155
...
@@ -13,7 +13,7 @@ source /opt/dtk/env.sh
...
@@ -13,7 +13,7 @@ source /opt/dtk/env.sh
# default env
# default 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
}
:
${
MEGATRON_PATH
}
/Megatron-LM-250328
_init
:
$PYTHONPATH
export
PYTHONPATH
=
${
MEGATRON_PATH
}
:
${
MEGATRON_PATH
}
/Megatron-LM-250328:
$PYTHONPATH
export
GLOG_minloglevel
=
3
export
GLOG_minloglevel
=
3
export
CUDA_DEVICE_MAX_CONNECTIONS
=
1
export
CUDA_DEVICE_MAX_CONNECTIONS
=
1
export
HSA_FORCE_FINE_GRAIN_PCIE
=
1
export
HSA_FORCE_FINE_GRAIN_PCIE
=
1
...
...
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