mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
bunch more work to make adapters work
This commit is contained in:
parent
68f3db62e9
commit
c4fe72c3a3
20 changed files with 461 additions and 173 deletions
|
@ -9,6 +9,7 @@ import argparse
|
|||
from llama_toolchain.cli.subcommand import Subcommand
|
||||
|
||||
from .build import ApiBuild
|
||||
from .configure import ApiConfigure
|
||||
|
||||
|
||||
class ApiParser(Subcommand):
|
||||
|
@ -24,3 +25,4 @@ class ApiParser(Subcommand):
|
|||
|
||||
# Add sub-commands
|
||||
ApiBuild.create(subparsers)
|
||||
ApiConfigure.create(subparsers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue