chore: update the config file name

Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
reidliu 2025-03-06 21:41:59 +08:00
parent 82e94fe22f
commit 5540c1a956

View file

@ -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(