mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 04:17:32 +00:00
fix imports
This commit is contained in:
parent
b9233d3ec1
commit
0fc0b39967
2 changed files with 5 additions and 0 deletions
|
@ -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