mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 05:52:25 +00:00
Add nvidia remote distro
This commit is contained in:
parent
18e8f18749
commit
a5d413045c
7 changed files with 273 additions and 1 deletions
19
llama_stack/templates/nvidia/build.yaml
Normal file
19
llama_stack/templates/nvidia/build.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
version: '2'
|
||||
name: nvidia
|
||||
distribution_spec:
|
||||
description: Use NVIDIA NIM for running LLM inference
|
||||
docker_image: null
|
||||
providers:
|
||||
inference:
|
||||
- remote::nvidia
|
||||
memory:
|
||||
- inline::faiss
|
||||
- remote::chromadb
|
||||
- remote::pgvector
|
||||
safety:
|
||||
- inline::llama-guard
|
||||
agents:
|
||||
- inline::meta-reference
|
||||
telemetry:
|
||||
- inline::meta-reference
|
||||
image_type: conda
|
||||
Loading…
Add table
Add a link
Reference in a new issue