mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 02:41:59 +00:00
We can now build a distribution that includes external providers. Closes: https://github.com/meta-llama/llama-stack/issues/1948 Signed-off-by: Sébastien Han <seb@redhat.com>
9 lines
213 B
YAML
9 lines
213 B
YAML
version: '2'
|
|
distribution_spec:
|
|
description: Custom distro for CI tests
|
|
providers:
|
|
inference:
|
|
- remote::custom_ollama
|
|
image_type: container
|
|
image_name: ci-test
|
|
external_providers_dir: /tmp/providers.d
|