mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
build output msg
This commit is contained in:
parent
e026538b4c
commit
8c2ba15703
1 changed files with 6 additions and 3 deletions
|
@ -113,10 +113,13 @@ class StackBuild(Subcommand):
|
||||||
if return_code != 0:
|
if return_code != 0:
|
||||||
return
|
return
|
||||||
|
|
||||||
build_name = f"llamastack-{build_config.name}" if build_config.image_type == ImageType.docker.value else build_config.name
|
configure_name = (
|
||||||
|
build_config.name
|
||||||
|
if build_config.image_type == "conda"
|
||||||
|
else (f"llamastack-{build_config.name}")
|
||||||
|
)
|
||||||
cprint(
|
cprint(
|
||||||
f"You can now run `llama stack configure {build_name}`",
|
f"You can now run `llama stack configure {configure_name}`",
|
||||||
color="green",
|
color="green",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue