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(