mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
move imports
This commit is contained in:
parent
b2385cb2f7
commit
c6161149b9
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ from llama_stack.distribution.datatypes import * # noqa: F403
|
|||
from pathlib import Path
|
||||
|
||||
import yaml
|
||||
from prompt_toolkit import prompt
|
||||
from prompt_toolkit.validation import Validator
|
||||
from termcolor import cprint
|
||||
|
||||
|
@ -84,7 +83,7 @@ class StackBuild(Subcommand):
|
|||
def _run_stack_build_command(self, args: argparse.Namespace) -> None:
|
||||
from llama_stack.distribution.distribution import Api, api_providers
|
||||
from llama_stack.distribution.utils.dynamic import instantiate_class_type
|
||||
from llama_stack.distribution.utils.prompt_for_config import prompt_for_config
|
||||
from prompt_toolkit import prompt
|
||||
|
||||
if not args.config:
|
||||
name = prompt(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue