We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e89508 commit ba73ac9Copy full SHA for ba73ac9
src/datasets/builder.py
@@ -271,7 +271,7 @@ def __init__(
271
272
# Set download manager
273
self.dl_manager = None
274
- self.dataset_cache_manager = DatasetCacheManager(cache_dir=self._cache_dir)
+ self.dataset_cache_manager: DatasetCacheManager = None
275
276
# Must be set for datasets that use 'data_dir' functionality - the ones
277
# that require users to do additional steps to download the data
0 commit comments