Rename the "inline" distribution to "local"

This commit is contained in:
Ashwin Bharambe 2024-08-08 14:05:49 -07:00
parent dd15671f7f
commit 640741c639
5 changed files with 18 additions and 32 deletions

View file

@ -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()],
)