mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 13:22:17 +00:00
fix vllm template
This commit is contained in:
parent
1f60c0286d
commit
8cf7f72116
6 changed files with 316 additions and 249 deletions
|
|
@ -27,6 +27,9 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
"memory": ["inline::faiss", "remote::chromadb", "remote::pgvector"],
|
||||
"safety": ["inline::llama-guard"],
|
||||
"agents": ["inline::meta-reference"],
|
||||
"eval": ["inline::meta-reference"],
|
||||
"datasetio": ["remote::huggingface", "inline::localfs"],
|
||||
"scoring": ["inline::basic", "inline::llm-as-judge", "inline::braintrust"],
|
||||
"telemetry": ["inline::meta-reference"],
|
||||
"tool_runtime": [
|
||||
"remote::brave-search",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue