mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
Fix build configure deprecation message (#456)
# What does this PR do? Removes from the `llama build configure` deprecation message the `--configure` flag because the `llama stack run` command does not support this flag. Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
This commit is contained in:
parent
58381dbe78
commit
0c750102c6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class StackConfigure(Subcommand):
|
|||
self.parser.error(
|
||||
"""
|
||||
DEPRECATED! llama stack configure has been deprecated.
|
||||
Please use llama stack run --config <path/to/run.yaml> instead.
|
||||
Please use llama stack run <path/to/run.yaml> instead.
|
||||
Please see example run.yaml in /distributions folder.
|
||||
"""
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue