ProgramComputer
commited on
Commit
·
950b4cb
1
Parent(s):
57c21bb
Update test.py
Browse files
test.py
CHANGED
@@ -223,7 +223,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
223 |
>>> downloaded_files = dl_manager.download_custom('s3://my-bucket/data.zip', custom_download_for_my_private_bucket)
|
224 |
```
|
225 |
"""
|
226 |
-
cache_dir = dl_manager.download_config.cache_dir or config.DOWNLOADED_DATASETS_PATH
|
227 |
max_retries = dl_manager.download_config.max_retries
|
228 |
|
229 |
def url_to_downloaded_path(url):
|
|
|
223 |
>>> downloaded_files = dl_manager.download_custom('s3://my-bucket/data.zip', custom_download_for_my_private_bucket)
|
224 |
```
|
225 |
"""
|
226 |
+
cache_dir = dl_manager.download_config.cache_dir #or config.DOWNLOADED_DATASETS_PATH
|
227 |
max_retries = dl_manager.download_config.max_retries
|
228 |
|
229 |
def url_to_downloaded_path(url):
|