Update hyvoxpopuli.py
Browse files- hyvoxpopuli.py +1 -1
hyvoxpopuli.py
CHANGED
@@ -43,7 +43,7 @@ class Hyvoxpopuli(datasets.GeneratorBasedBuilder):
|
|
43 |
for split in splits:
|
44 |
meta_urls[split] = _METADATA_PATH.format(split=split)
|
45 |
|
46 |
-
dl_manager.download_config.num_proc = len(urls)
|
47 |
|
48 |
meta_paths = dl_manager.download_and_extract(meta_urls)
|
49 |
audio_paths = dl_manager.download(audio_urls)
|
|
|
43 |
for split in splits:
|
44 |
meta_urls[split] = _METADATA_PATH.format(split=split)
|
45 |
|
46 |
+
# dl_manager.download_config.num_proc = len(urls)
|
47 |
|
48 |
meta_paths = dl_manager.download_and_extract(meta_urls)
|
49 |
audio_paths = dl_manager.download(audio_urls)
|