diff --git a/docs/source/distributions/building_distro.md b/docs/source/distributions/building_distro.md index 20a8352017..bdc91f6f37 100644 --- a/docs/source/distributions/building_distro.md +++ b/docs/source/distributions/building_distro.md @@ -30,7 +30,7 @@ Build a Llama stack container options: -h, --help show this help message and exit - --config CONFIG Path to a config file to use for the build. You can find example configs in llama_stack/distribution/**/build.yaml. + --config CONFIG Path to a config file to use for the build. You can find example configs in llama_stack/distributions/**/build.yaml. If this argument is not provided, you will be prompted to enter information interactively --template TEMPLATE Name of the example template config to use for build. You may use `llama stack build --list-templates` to check out the available templates --list-templates Show the available templates for building a Llama Stack distribution diff --git a/llama_stack/cli/stack/build.py b/llama_stack/cli/stack/build.py index ceee725e61..61847a55d4 100644 --- a/llama_stack/cli/stack/build.py +++ b/llama_stack/cli/stack/build.py @@ -26,7 +26,7 @@ def _add_arguments(self): "--config", type=str, default=None, - help="Path to a config file to use for the build. You can find example configs in llama_stack/distribution/**/build.yaml. If this argument is not provided, you will be prompted to enter information interactively", + help="Path to a config file to use for the build. You can find example configs in llama_stack/distributions/**/build.yaml. If this argument is not provided, you will be prompted to enter information interactively", ) self.parser.add_argument(