mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 05:38:04 +00:00
using the new template.py, regenerate all distros and their new provider configs Signed-off-by: Charlie Doern <cdoern@redhat.com>
4 lines
130 B
YAML
4 lines
130 B
YAML
kvstore:
|
|
type: sqlite
|
|
namespace: null
|
|
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/starter}/localfs_datasetio.db
|