mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:32:35 +00:00
some fixes and refactoring
This commit is contained in:
parent
a4a7a90e42
commit
4f050be67e
2 changed files with 3 additions and 2 deletions
|
|
@ -15,4 +15,4 @@ from llama_stack.providers.utils.kvstore.config import (
|
|||
class LocalFSDatasetIOConfig(BaseModel):
|
||||
kvstore: KVStoreConfig = SqliteKVStoreConfig(
|
||||
db_path=(RUNTIME_BASE_DIR / "localfs_datasetio.db").as_posix()
|
||||
) # Uses SQLite config specific to HF storage
|
||||
) # Uses SQLite config specific to localfs storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue