mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
chore: update the config file name
Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
parent
82e94fe22f
commit
5540c1a956
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue