mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
docs: remove provider_id from external docs
external provider docs mention setting provider_id in the build yaml. Since we changed that to just be provider_type and module, remove instances of provider_id Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
09abdb0a37
commit
a0e2559cd6
1 changed files with 2 additions and 4 deletions
|
@ -12,8 +12,7 @@ To enable external providers, you need to add `module` into your build yaml, all
|
||||||
an example entry in your build.yaml should look like:
|
an example entry in your build.yaml should look like:
|
||||||
|
|
||||||
```
|
```
|
||||||
- provider_id: ramalama
|
- provider_type: remote::ramalama
|
||||||
provider_type: remote::ramalama
|
|
||||||
module: ramalama_stack
|
module: ramalama_stack
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -255,8 +254,7 @@ distribution_spec:
|
||||||
container_image: null
|
container_image: null
|
||||||
providers:
|
providers:
|
||||||
inference:
|
inference:
|
||||||
- provider_id: ramalama
|
- provider_type: remote::ramalama
|
||||||
provider_type: remote::ramalama
|
|
||||||
module: ramalama_stack==0.3.0a0
|
module: ramalama_stack==0.3.0a0
|
||||||
image_type: venv
|
image_type: venv
|
||||||
image_name: null
|
image_name: null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue