Skip to content

Commit 848de31

Browse files
committed
fixing unit test
1 parent be0343d commit 848de31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/modules/train/sm_recipes/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def test_get_args_from_recipe_with_nova_and_role(mock_get_args_from_nova_recipe,
240240
{
241241
"model_type": "gpt_oss",
242242
"script": "custom_pretrain.py",
243-
"model_base_name": "gpt_oss",
243+
"model_base_name": "custom_model",
244244
},
245245
],
246246
)

0 commit comments

Comments
 (0)