mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 13:39:48 +00:00
run-with-safety memory
This commit is contained in:
parent
bc2452d2e9
commit
26f578cc1d
13 changed files with 18 additions and 47 deletions
|
|
@ -77,6 +77,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
),
|
||||
),
|
||||
],
|
||||
"memory": [memory_provider],
|
||||
},
|
||||
default_models=[
|
||||
inference_model,
|
||||
|
|
|
|||
|
|
@ -33,12 +33,6 @@ providers:
|
|||
type: sqlite
|
||||
namespace: null
|
||||
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/meta-reference-gpu}/faiss_store.db
|
||||
- provider_id: chromadb
|
||||
provider_type: remote::chromadb
|
||||
config: {}
|
||||
- provider_id: pgvector
|
||||
provider_type: remote::pgvector
|
||||
config: {}
|
||||
safety:
|
||||
- provider_id: llama-guard
|
||||
provider_type: inline::llama-guard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue