mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +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
|
@ -13,7 +13,7 @@ from termcolor import colored
|
|||
|
||||
from llama_toolchain.cli.subcommand import Subcommand
|
||||
from llama_toolchain.cli.table import print_table
|
||||
from llama_toolchain.utils import EnumEncoder
|
||||
from llama_toolchain.common.serialize import EnumEncoder
|
||||
|
||||
|
||||
class ModelDescribe(Subcommand):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue