mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
comments, get started guide
This commit is contained in:
parent
e9fbe85dc5
commit
0fa7f1d1aa
3 changed files with 41 additions and 23 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue