mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
re push becuase of ci flake
This commit is contained in:
parent
0233d529ab
commit
8527a70cc3
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class TestPostTraining:
|
||||||
# train with HF trl SFTTrainer as the default
|
# train with HF trl SFTTrainer as the default
|
||||||
_ = llama_stack_client.post_training.supervised_fine_tune(
|
_ = llama_stack_client.post_training.supervised_fine_tune(
|
||||||
job_uuid=job_uuid,
|
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,
|
algorithm_config=algorithm_config,
|
||||||
training_config=training_config,
|
training_config=training_config,
|
||||||
hyperparam_search_config={},
|
hyperparam_search_config={},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue