fix imports

This commit is contained in:
Xi Yan 2024-09-18 11:38:16 -07:00
parent b9233d3ec1
commit 0fc0b39967
2 changed files with 5 additions and 0 deletions

View file

@ -76,6 +76,10 @@ class StackBuild(Subcommand):
cprint(
f"Build spec configuration saved at {str(build_file_path)}",
color="blue",
)
cprint(
f"You may now run `llama stack configure {build_config.name}` or `llama stack configure {str(build_file_path)}`",
color="green",
)