Migrate remaining distributions to unified persistence config

This commit is contained in:
Ashwin Bharambe 2025-10-05 13:17:09 -07:00
parent ac9b4b4350
commit 099750dd00
7 changed files with 84 additions and 42 deletions

View file

@ -218,12 +218,18 @@ providers:
kvstore:
type: sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/ci-tests}/batches.db
metadata_store:
type: sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/ci-tests}/registry.db
inference_store:
type: sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/ci-tests}/inference_store.db
persistence:
backends:
metadata_backend:
type: sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/ci-tests}/registry.db
inference_backend:
type: sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/ci-tests}/inference_store.db
metadata:
backend: metadata_backend
inference:
backend: inference_backend
models: []
shields:
- shield_id: llama-guard