comments, get started guide

This commit is contained in:
Xi Yan 2024-09-18 11:31:46 -07:00
parent e9fbe85dc5
commit 0fa7f1d1aa
3 changed files with 41 additions and 23 deletions

View file

@ -14,7 +14,6 @@ from llama_stack.cli.subcommand import Subcommand
from llama_stack.distribution.utils.config_dirs import BUILDS_BASE_DIR
from llama_stack.distribution.utils.exec import run_with_pty
from termcolor import cprint
from llama_stack.distribution.datatypes import * # noqa: F403
import os
@ -50,6 +49,7 @@ class StackConfigure(Subcommand):
import pkg_resources
from llama_stack.distribution.build import ImageType
from termcolor import cprint
docker_image = None
conda_dir = Path(os.getenv("CONDA_PREFIX")).parent / f"llamastack-{args.config}"