mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
small naming shenanigans
This commit is contained in:
parent
4c045d9ed9
commit
fa864f70da
10 changed files with 17 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue