mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix: rename some more usages
change some more run.yaml into config.yaml references, alter some parameter names, etc Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
0cd98c957e
commit
f05d5138e8
10 changed files with 26 additions and 26 deletions
|
|
@ -337,7 +337,7 @@ uv pip install -e .
|
|||
7. Configure Llama Stack to use the provider:
|
||||
|
||||
```yaml
|
||||
# ~/.llama/run-byoa.yaml
|
||||
# ~/.llama/config.yaml
|
||||
version: "2"
|
||||
image_name: "llama-stack-api-weather"
|
||||
apis:
|
||||
|
|
@ -356,7 +356,7 @@ server:
|
|||
8. Run the server:
|
||||
|
||||
```bash
|
||||
llama stack run ~/.llama/run-byoa.yaml
|
||||
llama stack run ~/.llama/config.yaml
|
||||
```
|
||||
|
||||
9. Test the API:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue