mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
update build.sh
This commit is contained in:
parent
f05347be8f
commit
1e978e16b1
4 changed files with 19 additions and 7 deletions
|
@ -8,8 +8,13 @@ import argparse
|
|||
|
||||
from llama_toolchain.cli.subcommand import Subcommand
|
||||
from llama_toolchain.core.datatypes import * # noqa: F403
|
||||
import json
|
||||
import os
|
||||
|
||||
import yaml
|
||||
from llama_toolchain.common.config_dirs import DISTRIBS_BASE_DIR
|
||||
from llama_toolchain.common.serialize import EnumEncoder
|
||||
from termcolor import cprint
|
||||
|
||||
|
||||
def parse_api_provider_tuples(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue