small naming shenanigans

This commit is contained in:
Ashwin Bharambe 2024-09-17 12:09:18 -07:00
parent 4c045d9ed9
commit fa864f70da
10 changed files with 17 additions and 15 deletions

View file

@ -29,7 +29,7 @@ class StackBuild(Subcommand):
self.parser.add_argument(
"config",
type=str,
help="Path to a config file to use for the build. You may find example configs in llama_stack/configs/distributions",
help="Path to a config file to use for the build. You may find example configs in llama_stack/distribution/configs",
)
self.parser.add_argument(
@ -79,7 +79,7 @@ class StackBuild(Subcommand):
if not args.config:
self.parser.error(
"No config file specified. Please use `llama stack build /path/to/*-build.yaml`. Example config files can be found in llama_stack/configs/distributions"
"No config file specified. Please use `llama stack build /path/to/*-build.yaml`. Example config files can be found in llama_stack/distribution/configs"
)
return