mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 15:59:48 +00:00
do not mention sentence transformer provider in docs
This commit is contained in:
parent
fe2eb39da7
commit
40d70864e7
4 changed files with 42 additions and 6 deletions
|
|
@ -21,10 +21,7 @@ from llama_stack.templates.template import DistributionTemplate, RunConfigSettin
|
|||
|
||||
def get_distribution_template() -> DistributionTemplate:
|
||||
providers = {
|
||||
"inference": [
|
||||
"inline::meta-reference-quantized",
|
||||
"remote::sentence-transformers",
|
||||
],
|
||||
"inference": ["inline::meta-reference-quantized"],
|
||||
"memory": ["inline::faiss", "remote::chromadb", "remote::pgvector"],
|
||||
"safety": ["inline::llama-guard"],
|
||||
"agents": ["inline::meta-reference"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue