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,16 +113,12 @@ class StackBuild(Subcommand):
|
||||||
if return_code != 0:
|
if return_code != 0:
|
||||||
return
|
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}`",
|
cprint(
|
||||||
color="green",
|
f"You can now run `llama stack configure {build_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}`",
|
|
||||||
color="green",
|
|
||||||
)
|
|
||||||
|
|
||||||
def _run_template_list_cmd(self, args: argparse.Namespace) -> None:
|
def _run_template_list_cmd(self, args: argparse.Namespace) -> None:
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue