mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
Add missing "inline::" prefix for providers in building_distro.md (#702)
This fixes the following errors: ``` ValueError: Provider `meta-reference` is not available for API `agents` ValueError: Provider `meta-reference` is not available for API `telemetry` ```
This commit is contained in:
parent
a6c206ea66
commit
eee25db11d
1 changed files with 2 additions and 2 deletions
|
@ -338,8 +338,8 @@ distribution_spec:
|
||||||
inference: remote::ollama
|
inference: remote::ollama
|
||||||
memory: inline::faiss
|
memory: inline::faiss
|
||||||
safety: inline::llama-guard
|
safety: inline::llama-guard
|
||||||
agents: meta-reference
|
agents: inline::meta-reference
|
||||||
telemetry: meta-reference
|
telemetry: inline::meta-reference
|
||||||
image_type: conda
|
image_type: conda
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue