mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
change ds prefix for localfs
This commit is contained in:
parent
d85a322f3b
commit
bfcea88feb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ from llama_stack.providers.utils.kvstore import kvstore_impl
|
|||
from .config import LocalFSDatasetIOConfig
|
||||
|
||||
|
||||
DATASETS_PREFIX = "datasets:"
|
||||
DATASETS_PREFIX = "localfs_datasets:"
|
||||
|
||||
|
||||
class BaseDataset(ABC):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue