mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 18:24:32 +00:00
Merge conflicts
This commit is contained in:
parent
eebb0f6e61
commit
dd1c0876f7
4 changed files with 3 additions and 10937 deletions
|
|
@ -50,12 +50,6 @@ class ModelPromptFormat(Subcommand):
|
|||
action="store_true",
|
||||
help="List all available models",
|
||||
)
|
||||
self.parser.add_argument(
|
||||
"-l",
|
||||
"--list",
|
||||
action="store_true",
|
||||
help="List all available models",
|
||||
)
|
||||
|
||||
def _run_model_template_cmd(self, args: argparse.Namespace) -> None:
|
||||
import importlib.resources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue