mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
fix cprint import
This commit is contained in:
parent
51206f60ca
commit
b9233d3ec1
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class StackBuild(Subcommand):
|
|||
|
||||
from llama_stack.distribution.utils.config_dirs import DISTRIBS_BASE_DIR
|
||||
from llama_stack.distribution.utils.serialize import EnumEncoder
|
||||
from termcolor import cprint
|
||||
|
||||
# save build.yaml spec for building same distribution again
|
||||
if build_config.image_type == ImageType.docker.value:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue