From 0233d529ab058597845f24c5f240b5f7ede8b4f5 Mon Sep 17 00:00:00 2001 From: Nehanth Date: Thu, 31 Jul 2025 17:43:33 +0000 Subject: [PATCH] changed commet --- tests/integration/post_training/test_post_training.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/post_training/test_post_training.py b/tests/integration/post_training/test_post_training.py index 1db2a8940..3745ca185 100644 --- a/tests/integration/post_training/test_post_training.py +++ b/tests/integration/post_training/test_post_training.py @@ -110,7 +110,7 @@ class TestPostTraining: # train with HF trl SFTTrainer as the default _ = llama_stack_client.post_training.supervised_fine_tune( job_uuid=job_uuid, - model="HuggingFaceTB/SmolLM2-135M-Instruct", # added a smaller model that supports the current sft recipe + model="HuggingFaceTB/SmolLM2-135M-Instruct", # a smaller model that supports the current sft recipe algorithm_config=algorithm_config, training_config=training_config, hyperparam_search_config={},