mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Updated README phew
This commit is contained in:
parent
3063329dad
commit
896f057b76
2 changed files with 125 additions and 82 deletions
|
@ -30,8 +30,8 @@ class LlamaCLIParser:
|
|||
# Add sub-commands
|
||||
Download.create(subparsers)
|
||||
ModelParser.create(subparsers)
|
||||
ApiParser.create(subparsers)
|
||||
StackParser.create(subparsers)
|
||||
ApiParser.create(subparsers)
|
||||
|
||||
# Import sub-commands from agentic_system if they exist
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue