mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
cleanup, moving stuff to common, nuke utils
This commit is contained in:
parent
fe582a739d
commit
803976df26
13 changed files with 263 additions and 396 deletions
|
@ -16,10 +16,7 @@ import httpx
|
|||
from termcolor import cprint
|
||||
|
||||
from llama_toolchain.cli.subcommand import Subcommand
|
||||
from llama_toolchain.utils import LLAMA_STACK_CONFIG_DIR
|
||||
|
||||
|
||||
DEFAULT_CHECKPOINT_DIR = os.path.join(LLAMA_STACK_CONFIG_DIR, "checkpoints")
|
||||
from llama_toolchain.common.config_dirs import DEFAULT_CHECKPOINT_DIR
|
||||
|
||||
|
||||
class Download(Subcommand):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue