This commit is contained in:
Charlie Doern 2025-07-26 12:02:43 -04:00 committed by GitHub
commit 8fe61230f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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