mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
ollama remote adapter works
This commit is contained in:
parent
2076d2b6db
commit
2a1552a5eb
14 changed files with 196 additions and 128 deletions
|
@ -10,6 +10,7 @@ from llama_toolchain.cli.subcommand import Subcommand
|
|||
|
||||
from .build import ApiBuild
|
||||
from .configure import ApiConfigure
|
||||
from .start import ApiStart
|
||||
|
||||
|
||||
class ApiParser(Subcommand):
|
||||
|
@ -26,3 +27,4 @@ class ApiParser(Subcommand):
|
|||
# Add sub-commands
|
||||
ApiBuild.create(subparsers)
|
||||
ApiConfigure.create(subparsers)
|
||||
ApiStart.create(subparsers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue