mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
Rename the "inline" distribution to "local"
This commit is contained in:
parent
dd15671f7f
commit
640741c639
5 changed files with 18 additions and 32 deletions
|
@ -36,7 +36,7 @@ class DistributionInstall(Subcommand):
|
|||
self.parser.add_argument(
|
||||
"--spec",
|
||||
type=str,
|
||||
help="Distribution spec to install (try ollama-inline)",
|
||||
help="Distribution spec to install (try local-ollama)",
|
||||
required=True,
|
||||
choices=[d.spec_id for d in available_distribution_specs()],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue