mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
local imports for faster cli
This commit is contained in:
parent
af4710c959
commit
67229f23a4
9 changed files with 44 additions and 47 deletions
|
@ -8,8 +8,6 @@ import argparse
|
|||
|
||||
from .distribution import DistributionParser
|
||||
from .download import Download
|
||||
|
||||
# from .inference import InferenceParser
|
||||
from .model import ModelParser
|
||||
|
||||
|
||||
|
@ -30,7 +28,6 @@ class LlamaCLIParser:
|
|||
|
||||
# Add sub-commands
|
||||
Download.create(subparsers)
|
||||
# InferenceParser.create(subparsers)
|
||||
ModelParser.create(subparsers)
|
||||
DistributionParser.create(subparsers)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue