forked from phoenix-oss/llama-stack-mirror
# What does this PR do? currently the "default" dir for external providers is `/etc/llama-stack/providers.d` This dir is not used anywhere nor created. Switch to a more friendly `~/.llama/providers.d/` This allows external providers to actually create this dir and/or populate it upon installation, `pip` cannot create directories in `etc`. If a user does not specify a dir, default to this one see https://github.com/containers/ramalama-stack/issues/36 Signed-off-by: Charlie Doern <cdoern@redhat.com>
9 lines
217 B
YAML
9 lines
217 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: ~/.llama/providers.d
|