mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
all of the additional pip packages are already in `llama-stack`'s pyproject except for psycopg2-binary (which I added), so they are unnecessary. This also allows me to get rid of the additional_pip_packages field Signed-off-by: Charlie Doern <cdoern@redhat.com>
10 lines
282 B
YAML
10 lines
282 B
YAML
version: 2
|
|
distribution_spec:
|
|
description: Use (an external) Ramalama server for running LLM inference
|
|
container_image: null
|
|
providers:
|
|
inference:
|
|
- provider_type: remote::ramalama
|
|
module: ramalama_stack==0.3.0a0
|
|
image_type: venv
|
|
image_name: ramalama-stack-test
|