mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 08:32:16 +00:00
Add centml as remote inference provider
This commit is contained in:
parent
ead9397e22
commit
dc1ff40413
10 changed files with 798 additions and 25 deletions
32
llama_stack/templates/centml/build.yaml
Normal file
32
llama_stack/templates/centml/build.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
version: '2'
|
||||
name: centml
|
||||
distribution_spec:
|
||||
description: Use CentML for running LLM inference
|
||||
providers:
|
||||
inference:
|
||||
- remote::centml
|
||||
memory:
|
||||
- inline::faiss
|
||||
- remote::chromadb
|
||||
- remote::pgvector
|
||||
safety:
|
||||
- inline::llama-guard
|
||||
agents:
|
||||
- inline::meta-reference
|
||||
telemetry:
|
||||
- inline::meta-reference
|
||||
eval:
|
||||
- inline::meta-reference
|
||||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
- inline::braintrust
|
||||
tool_runtime:
|
||||
- remote::brave-search
|
||||
- remote::tavily-search
|
||||
- inline::code-interpreter
|
||||
- inline::memory-runtime
|
||||
image_type: conda
|
||||
Loading…
Add table
Add a link
Reference in a new issue