Skip to content

Commit ba73ac9

Browse files
Remove instantiation of DatasetCacheManager from DatasetBuilder
1 parent 4e89508 commit ba73ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def __init__(
271271

272272
# Set download manager
273273
self.dl_manager = None
274-
self.dataset_cache_manager = DatasetCacheManager(cache_dir=self._cache_dir)
274+
self.dataset_cache_manager: DatasetCacheManager = None
275275

276276
# Must be set for datasets that use 'data_dir' functionality - the ones
277277
# that require users to do additional steps to download the data

0 commit comments

Comments
 (0)