mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-07 06:20:45 +00:00
fix db path
This commit is contained in:
parent
7abab7604b
commit
cfe3ad33b3
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ api_providers:
|
||||||
persistence_store:
|
persistence_store:
|
||||||
namespace: null
|
namespace: null
|
||||||
type: sqlite
|
type: sqlite
|
||||||
db_path: /home/xiyan/.llama/runtime/kvstore.db
|
db_path: ~.llama/runtime/kvstore.db
|
||||||
memory:
|
memory:
|
||||||
providers:
|
providers:
|
||||||
- meta-reference
|
- meta-reference
|
||||||
|
|
|
@ -23,7 +23,7 @@ api_providers:
|
||||||
persistence_store:
|
persistence_store:
|
||||||
namespace: null
|
namespace: null
|
||||||
type: sqlite
|
type: sqlite
|
||||||
db_path: /home/xiyan/.llama/runtime/kvstore.db
|
db_path: ~/.llama/runtime/kvstore.db
|
||||||
memory:
|
memory:
|
||||||
providers:
|
providers:
|
||||||
- meta-reference
|
- meta-reference
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue