mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
address comment
This commit is contained in:
parent
a7250a1e33
commit
fbce62ba26
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class StackBuild(Subcommand):
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
cprint(
|
cprint(
|
||||||
f"You can now run `llama stack run {build_config.name}` or `llama stack configure {configure_name} to re-configure docker run config.`",
|
f"You can now run `llama stack run {build_config.name}` or `llama stack configure {configure_name}`",
|
||||||
color="green",
|
color="green",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue