mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 03:12:00 +00:00
feat: add llama stack rm and llama stack list commands
This commit is contained in:
parent
d8712c4242
commit
c482dfb5f7
4 changed files with 93 additions and 67 deletions
|
|
@ -14,8 +14,8 @@ from llama_stack.cli.subcommand import Subcommand
|
|||
from .build import StackBuild
|
||||
from .list_apis import StackListApis
|
||||
from .list_providers import StackListProviders
|
||||
from .run import StackRun
|
||||
from .remove import StackRemove
|
||||
from .run import StackRun
|
||||
|
||||
|
||||
class StackParser(Subcommand):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue