From 5d9b911b08756dbc1e79904fcf62594b5865d2a7 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Wed, 30 Jul 2025 20:35:18 -0700 Subject: [PATCH] missed one --- llama_stack/core/utils/exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/core/utils/exec.py b/llama_stack/core/utils/exec.py index dcdb908d5..4272db3b8 100644 --- a/llama_stack/core/utils/exec.py +++ b/llama_stack/core/utils/exec.py @@ -79,7 +79,7 @@ def formulate_run_args(image_type: str, image_name: str) -> list[str]: return cprint(f"Using virtual environment: {env_name}", file=sys.stderr) - script = importlib.resources.files("llama_stack") / "distribution/start_stack.sh" + script = importlib.resources.files("llama_stack") / "core/start_stack.sh" run_args = [ script, image_type,