mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
Some quick fixes to the CLI behavior to make it consistent
This commit is contained in:
parent
f1244f6d9e
commit
3063329dad
5 changed files with 74 additions and 17 deletions
|
@ -81,7 +81,7 @@ class ApiBuild(Subcommand):
|
|||
self.parser.add_argument(
|
||||
"--type",
|
||||
type=str,
|
||||
default="container",
|
||||
default="conda_env",
|
||||
choices=[v.value for v in BuildType],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue