-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
🚀 Feature
There have been many situations where it would be beneficial for users to specify the Cache Directory. I would like to contribute by developing a feature that allows passing the desired path as a paramter.
Motivation
We use several file systems that have different performances and features. so we need to choose cache directory for different use cases.
Pitch
from litdata import StreamingDataset
dataset = StreamingDataset(..., cache_dir="./chunks", max_cache_size="10GB")
- add a parameter in StreamingDataset
Alternatives
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed