From 3cd387aff63a23b83eb3fb05bdf4541c2e9096d7 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 25 Feb 2025 22:04:51 -0800 Subject: [PATCH] fix ci-tests distro --- llama_stack/templates/ci-tests/ci_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/templates/ci-tests/ci_tests.py b/llama_stack/templates/ci-tests/ci_tests.py index 0fb42368d..a93cfff9c 100644 --- a/llama_stack/templates/ci-tests/ci_tests.py +++ b/llama_stack/templates/ci-tests/ci_tests.py @@ -97,7 +97,7 @@ def get_distribution_template() -> DistributionTemplate: container_image=None, template_path=None, providers=providers, - default_models=[], + default_models=default_models + [embedding_model], run_configs={ "run.yaml": RunConfigSettings( provider_overrides={