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