mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
cli -- llama inference configure
This commit is contained in:
parent
0df57c4447
commit
23fe353e4a
3 changed files with 94 additions and 15 deletions
|
@ -1,6 +1,7 @@
|
|||
import argparse
|
||||
import textwrap
|
||||
|
||||
from toolchain.cli.inference.configure import InferenceConfigure
|
||||
from toolchain.cli.inference.start import InferenceStart
|
||||
from toolchain.cli.subcommand import Subcommand
|
||||
|
||||
|
@ -26,3 +27,4 @@ class InferenceParser(Subcommand):
|
|||
|
||||
# Add sub-commandsa
|
||||
InferenceStart.create(subparsers)
|
||||
InferenceConfigure.create(subparsers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue