mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
comment
This commit is contained in:
parent
04ff184b34
commit
2833dc7d20
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ from pydantic import BaseModel
|
||||||
class HuggingfaceDatasetIOConfig(BaseModel):
|
class HuggingfaceDatasetIOConfig(BaseModel):
|
||||||
kvstore: KVStoreConfig = SqliteKVStoreConfig(
|
kvstore: KVStoreConfig = SqliteKVStoreConfig(
|
||||||
db_path=(RUNTIME_BASE_DIR / "huggingface_datasetio.db").as_posix()
|
db_path=(RUNTIME_BASE_DIR / "huggingface_datasetio.db").as_posix()
|
||||||
) # Uses SQLite config specific to FAISS storage
|
) # Uses SQLite config specific to HF storage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue