mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
We don't need to confuse people by a complex config line when name works
This commit is contained in:
parent
ab46465070
commit
54a73b4778
2 changed files with 4 additions and 4 deletions
|
@ -127,7 +127,7 @@ class StackBuild(Subcommand):
|
|||
else (f"llamastack-{build_config.name}")
|
||||
)
|
||||
cprint(
|
||||
f"You may now run `llama stack configure {configure_name}` or `llama stack configure {str(build_file_path)}`",
|
||||
f"You can now run `llama stack configure {configure_name}`",
|
||||
color="green",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue