Edmon02 commited on
Commit
a84b5f3
1 Parent(s): e6b9802

Update hyvoxpopuli.py

Browse files
Files changed (1) hide show
  1. 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)