mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
fix imports
This commit is contained in:
parent
b9233d3ec1
commit
0fc0b39967
2 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
|
@ -100,6 +100,7 @@ class StackConfigure(Subcommand):
|
|||
):
|
||||
from llama_stack.distribution.configure import configure_api_providers
|
||||
from llama_stack.distribution.utils.serialize import EnumEncoder
|
||||
from termcolor import cprint
|
||||
|
||||
builds_dir = BUILDS_BASE_DIR / build_config.image_type
|
||||
if output_dir:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue