llama-stack-mirror/tests/external-provider/llama-stack-provider-ollama
Wen Zhou 214b1fe1ae refactor: set proper name for embedding all-minilm:l6-v2 model
- we are using all-minilm:l6-v2 but the model we download from ollama is all-minilm:latest
- even currently they are exactly the same model but if l12-v2 is updated, "latest" might not still valid.
- the only change in this PR is pin the model from ollama

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
2025-07-04 18:04:39 +02:00
..
custom-distro.yaml feat: refactor external providers dir (#2049) 2025-05-15 20:17:03 +02:00
custom_ollama.yaml feat: allow building distro with external providers (#1967) 2025-04-18 17:18:28 +02:00
pyproject.toml chore: bump python supported version to 3.12 (#2475) 2025-06-24 09:22:04 +05:30
README.md feat: ability to execute external providers (#1672) 2025-04-09 10:30:41 +02:00
run.yaml refactor: set proper name for embedding all-minilm:l6-v2 model 2025-07-04 18:04:39 +02:00

Ollama external provider for Llama Stack

Template code to create a new external provider for Llama Stack.