Skip to content

Commit b0741bb

Browse files
committed
fix: Map llama models to correct script
1 parent e747b03 commit b0741bb

File tree

1 file changed

+1
-1
lines changed
  • src/sagemaker/modules/train/sm_recipes

1 file changed

+1
-1
lines changed

src/sagemaker/modules/train/sm_recipes/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def _get_trainining_recipe_gpu_model_name_and_script(model_type: str):
129129
"""Get the model base name and script for the training recipe."""
130130

131131
model_type_to_script = {
132-
"llama_v3": ("llama", "llama_pretrain.py"),
132+
"llama": ("llama", "llama_pretrain.py"),
133133
"mistral": ("mistral", "mistral_pretrain.py"),
134134
"mixtral": ("mixtral", "mixtral_pretrain.py"),
135135
"deepseek": ("deepseek", "deepseek_pretrain.py"),

0 commit comments

Comments
 (0)