forked from phoenix-oss/llama-stack-mirror
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
|
||||
memory: inline::faiss
|
||||
safety: inline::llama-guard
|
||||
agents: meta-reference
|
||||
telemetry: meta-reference
|
||||
agents: inline::meta-reference
|
||||
telemetry: inline::meta-reference
|
||||
image_type: conda
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue