mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +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):
|
||||
kvstore: KVStoreConfig = SqliteKVStoreConfig(
|
||||
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