From ad33c41eb03be4dd97438e327cb601230d28f0a4 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 11 Sep 2024 11:22:17 -0700 Subject: [PATCH] update readme --- docs/cli_reference.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cli_reference.md b/docs/cli_reference.md index 431308962..d063dc129 100644 --- a/docs/cli_reference.md +++ b/docs/cli_reference.md @@ -323,6 +323,12 @@ Build spec configuration saved at /home/xiyan/.llama/distributions/local/conda/8 You can re-build package based on build config ``` +$ cat ~/.llama/distributions/local/conda/8b-instruct-build.yaml +name: 8b-instruct +distribution: local +api_providers: null +image_type: conda + $ llama stack build --config ~/.llama/distributions/local/conda/8b-instruct-build.yaml Successfully setup conda environment. Configuring build...