mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 18:42:38 +00:00
19 lines
448 B
YAML
19 lines
448 B
YAML
version: '2'
|
|
name: ollama
|
|
distribution_spec:
|
|
description: Use (an external) Ollama server for running LLM inference
|
|
docker_image: llamastack/distribution-ollama:test-0.0.52rc3
|
|
providers:
|
|
inference:
|
|
- remote::ollama
|
|
memory:
|
|
- inline::faiss
|
|
- remote::chromadb
|
|
- remote::pgvector
|
|
safety:
|
|
- inline::llama-guard
|
|
agents:
|
|
- inline::meta-reference
|
|
telemetry:
|
|
- inline::meta-reference
|
|
image_type: conda
|