mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 07:52:37 +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
|
|
@ -1,13 +1,12 @@
|
|||
version: '2'
|
||||
built_at: 2024-11-17 19:33:00
|
||||
image_name: tgi
|
||||
docker_image: llamastack/distribution-tgi:test-0.0.52rc3
|
||||
conda_env: null
|
||||
apis:
|
||||
- memory
|
||||
- agents
|
||||
- safety
|
||||
- inference
|
||||
- memory
|
||||
- safety
|
||||
- telemetry
|
||||
providers:
|
||||
inference:
|
||||
|
|
@ -18,7 +17,7 @@ providers:
|
|||
- provider_id: tgi-safety
|
||||
provider_type: remote::tgi
|
||||
config:
|
||||
url: ${env.SAFETY_TGI_URL}
|
||||
url: ${env.TGI_SAFETY_URL}
|
||||
memory:
|
||||
- provider_id: faiss
|
||||
provider_type: inline::faiss
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@ image_name: tgi
|
|||
docker_image: llamastack/distribution-tgi:test-0.0.52rc3
|
||||
conda_env: null
|
||||
apis:
|
||||
- memory
|
||||
- agents
|
||||
- safety
|
||||
- inference
|
||||
- memory
|
||||
- safety
|
||||
- telemetry
|
||||
providers:
|
||||
inference:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue