From 5540c1a95631259077e34c12eea6b7df79defaac Mon Sep 17 00:00:00 2001 From: reidliu Date: Thu, 6 Mar 2025 21:41:59 +0800 Subject: [PATCH] chore: update the config file name Signed-off-by: reidliu --- llama_stack/cli/stack/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/cli/stack/run.py b/llama_stack/cli/stack/run.py index d4e679e4b..9e9a5e7bd 100644 --- a/llama_stack/cli/stack/run.py +++ b/llama_stack/cli/stack/run.py @@ -95,7 +95,7 @@ class StackRun(Subcommand): if not config_file.exists() and not has_yaml_suffix: # check if it's a build config saved to ~/.llama dir - config_file = Path(DISTRIBS_BASE_DIR / f"llamastack-{args.config}" / f"{args.config}-run.yaml") + config_file = Path(DISTRIBS_BASE_DIR / f"llamastack-{args.config}" / f"llamastack-{args.config}-run.yaml") if not config_file.exists(): self.parser.error(