This commit is contained in:
Xi Yan 2024-11-05 17:17:12 -08:00
parent 9eb692f25a
commit 751c6af302
2 changed files with 2 additions and 4 deletions

View file

@ -39,7 +39,7 @@ class StackConfigure(Subcommand):
def _run_stack_configure_cmd(self, args: argparse.Namespace) -> None:
self.parser.error(
"""
DEPRECATED! llama stack configure has been deprecated.
DEPRECATED! llama stack configure has been deprecated.
Please use llama stack run --config <path/to/run.yaml> instead. You may find example run.yaml in ./llamas_stack/templates
"""
)