From 8527a70cc3c6567c2994a497677e2a3f4300ccfe Mon Sep 17 00:00:00 2001 From: Nehanth Date: Thu, 31 Jul 2025 18:04:05 +0000 Subject: [PATCH] re push becuase of ci flake --- 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 3745ca185..f9c797593 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", # a smaller model that supports the current sft recipe + model="HuggingFaceTB/SmolLM2-135M-Instruct", # smaller model that supports the current sft recipe algorithm_config=algorithm_config, training_config=training_config, hyperparam_search_config={},