mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 23:12:00 +00:00
init: first remote llamacpp implementation
This commit is contained in:
parent
8374d4cefd
commit
ec73d0d55b
9 changed files with 675 additions and 0 deletions
38
llama_stack/templates/llamacpp/build.yaml
Normal file
38
llama_stack/templates/llamacpp/build.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
version: "2"
|
||||
distribution_spec:
|
||||
description: Use llama.cpp server for running LLM inference
|
||||
providers:
|
||||
inference:
|
||||
- remote::llamacpp
|
||||
- inline::sentence-transformers
|
||||
vector_io:
|
||||
- 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
|
||||
files:
|
||||
- inline::localfs
|
||||
tool_runtime:
|
||||
- remote::brave-search
|
||||
- remote::tavily-search
|
||||
- remote::wolfram-alpha
|
||||
- inline::rag-runtime
|
||||
- remote::model-context-protocol
|
||||
image_type: conda
|
||||
additional_pip_packages:
|
||||
- aiosqlite
|
||||
- sqlalchemy[asyncio]
|
||||
Loading…
Add table
Add a link
Reference in a new issue