From 258cf49352a8f758050b1890c38e844dd4205dc7 Mon Sep 17 00:00:00 2001 From: reidliu Date: Sat, 1 Mar 2025 18:05:17 +0800 Subject: [PATCH] chore: fix typo Signed-off-by: reidliu --- docs/source/distributions/building_distro.md | 2 +- llama_stack/cli/stack/build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/distributions/building_distro.md b/docs/source/distributions/building_distro.md index 20a835201..bdc91f6f3 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 ceee725e6..61847a55d 100644 --- a/llama_stack/cli/stack/build.py +++ b/llama_stack/cli/stack/build.py @@ -26,7 +26,7 @@ class StackBuild(Subcommand): "--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(