save changes

This commit is contained in:
Raghotham Murthy 2025-10-24 14:28:49 -07:00
parent 66158d1999
commit e21db79d6c
3 changed files with 250 additions and 39 deletions

View file

@ -231,7 +231,7 @@ storage:
backends:
kv_default:
type: kv_sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/ci-tests}/kvstore.db
db_path: ":memory:"
sql_default:
type: sql_sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/ci-tests}/sql_store.db