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
8216df28
Commit
8216df28
authored
Mar 14, 2025
by
silencealiang
Browse files
修改执行路径
parent
f7aaf737
Pipeline
#2508
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 @
8216df28
...
@@ -142,7 +142,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
...
@@ -142,7 +142,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
)
)
fi
fi
APP
=
"python3 -u pretrain_gpt.py
\
APP
=
"python3 -u
${
MEGATRON_PATH
}
/
pretrain_gpt.py
\
${
DISTRIBUTED_ARGS
[@]
}
\
${
DISTRIBUTED_ARGS
[@]
}
\
${
MODEL_ARGS
[@]
}
\
${
MODEL_ARGS
[@]
}
\
${
MOE_ARGS
[@]
}
\
${
MOE_ARGS
[@]
}
\
...
...
examples/gpt3/train_gpt_567B_multinodes.sh
View file @
8216df28
...
@@ -143,7 +143,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
...
@@ -143,7 +143,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
)
)
fi
fi
APP
=
"python3 -u pretrain_gpt.py
\
APP
=
"python3 -u
${
MEGATRON_PATH
}
/
pretrain_gpt.py
\
${
DISTRIBUTED_ARGS
[@]
}
\
${
DISTRIBUTED_ARGS
[@]
}
\
${
MODEL_ARGS
[@]
}
\
${
MODEL_ARGS
[@]
}
\
${
MOE_ARGS
[@]
}
\
${
MOE_ARGS
[@]
}
\
...
...
examples/mixtral/train_mixtral_8x7B_1nodes.sh
View file @
8216df28
...
@@ -145,7 +145,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
...
@@ -145,7 +145,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
)
)
fi
fi
APP
=
"python3 -u pretrain_gpt.py
\
APP
=
"python3 -u
${
MEGATRON_PATH
}
/
pretrain_gpt.py
\
${
DISTRIBUTED_ARGS
[@]
}
\
${
DISTRIBUTED_ARGS
[@]
}
\
${
MODEL_ARGS
[@]
}
\
${
MODEL_ARGS
[@]
}
\
${
MOE_ARGS
[@]
}
\
${
MOE_ARGS
[@]
}
\
...
...
examples/mixtral/train_mixtral_8x7B_multinodes.sh
View file @
8216df28
...
@@ -145,7 +145,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
...
@@ -145,7 +145,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
)
)
fi
fi
APP
=
"python3 -u pretrain_gpt.py
\
APP
=
"python3 -u
${
MEGATRON_PATH
}
/
pretrain_gpt.py
\
${
DISTRIBUTED_ARGS
[@]
}
\
${
DISTRIBUTED_ARGS
[@]
}
\
${
MODEL_ARGS
[@]
}
\
${
MODEL_ARGS
[@]
}
\
${
MOE_ARGS
[@]
}
\
${
MOE_ARGS
[@]
}
\
...
...
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