We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e747b03 commit b0741bbCopy full SHA for b0741bb
src/sagemaker/modules/train/sm_recipes/utils.py
@@ -129,7 +129,7 @@ def _get_trainining_recipe_gpu_model_name_and_script(model_type: str):
129
"""Get the model base name and script for the training recipe."""
130
131
model_type_to_script = {
132
- "llama_v3": ("llama", "llama_pretrain.py"),
+ "llama": ("llama", "llama_pretrain.py"),
133
"mistral": ("mistral", "mistral_pretrain.py"),
134
"mixtral": ("mixtral", "mixtral_pretrain.py"),
135
"deepseek": ("deepseek", "deepseek_pretrain.py"),
0 commit comments