mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
sku -> family
This commit is contained in:
parent
f0e0903270
commit
c38d638340
1 changed files with 4 additions and 2 deletions
|
@ -27,9 +27,11 @@ class ModelTemplate(Subcommand):
|
|||
|
||||
def _add_arguments(self):
|
||||
self.parser.add_argument(
|
||||
"sku",
|
||||
"-m",
|
||||
"--model-family",
|
||||
type=str,
|
||||
help="Model SKU",
|
||||
default="llama3_1",
|
||||
help="Model Family (llama3_1, llama3_X, etc.)",
|
||||
)
|
||||
self.parser.add_argument(
|
||||
"--template",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue