mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 10:39:48 +00:00
Add ollama/pull-models.sh
This commit is contained in:
parent
fa1d29cfdc
commit
1ecaf2cb3c
16 changed files with 305 additions and 289 deletions
|
|
@ -3,10 +3,10 @@ image_name: ollama
|
|||
docker_image: null
|
||||
conda_env: null
|
||||
apis:
|
||||
- memory
|
||||
- agents
|
||||
- safety
|
||||
- inference
|
||||
- memory
|
||||
- safety
|
||||
- telemetry
|
||||
providers:
|
||||
inference:
|
||||
|
|
@ -45,7 +45,7 @@ metadata_store:
|
|||
models:
|
||||
- metadata: {}
|
||||
model_id: ${env.INFERENCE_MODEL}
|
||||
provider_id: ollama-inference
|
||||
provider_id: ollama
|
||||
provider_model_id: null
|
||||
shields: []
|
||||
memory_banks: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue