mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
Fix build configure deprecation message
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
This commit is contained in:
parent
46f0b6606a
commit
232d3ee33a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class StackConfigure(Subcommand):
|
||||||
self.parser.error(
|
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.
|
Please use llama stack run <path/to/run.yaml> instead.
|
||||||
Please see example run.yaml in /distributions folder.
|
Please see example run.yaml in /distributions folder.
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue