chore: consolidate scripts under ./scripts directory (#1646)

This commit is contained in:
Ihar Hrachyshka 2025-03-17 17:56:30 -04:00 committed by GitHub
parent e48af78b76
commit 77ca09467f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 28 deletions

View file

@ -159,7 +159,7 @@ LLAMA_STACK_DIR=$(pwd) LLAMA_STACK_CLIENT_DIR=../llama-stack-client-python llama
### Updating Provider Configurations
If you have made changes to a provider's configuration in any form (introducing a new config key, or changing models, etc.), you should run `python llama_stack/scripts/distro_codegen.py` to re-generate various YAML files as well as the documentation. You should not change `docs/source/.../distributions/` files manually as they are auto-generated.
If you have made changes to a provider's configuration in any form (introducing a new config key, or changing models, etc.), you should run `./scripts/distro_codegen.py` to re-generate various YAML files as well as the documentation. You should not change `docs/source/.../distributions/` files manually as they are auto-generated.
### Building the Documentation