mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-26 14:17:44 +00:00
add a test which installs ramalama-stack: https://github.com/containers/ramalama-stack which is one of our validated external providers: https://llama-stack.readthedocs.io/en/latest/providers/external.html Signed-off-by: Charlie Doern <cdoern@redhat.com>
12 lines
208 B
YAML
12 lines
208 B
YAML
version: 2
|
|
image_name: ramalama
|
|
apis:
|
|
- inference
|
|
providers:
|
|
inference:
|
|
- provider_id: ramalama
|
|
provider_type: remote::ramalama
|
|
module: ramalama_stack==0.3.0a0
|
|
config: {}
|
|
server:
|
|
port: 8321
|