Skip to content

Commit

Permalink
remove checksum download in c4 (huggingface#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed Jun 8, 2020
1 parent b64a141 commit 57b85c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datasets/c4/c4.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def _info(self):
)

def _split_generators(self, dl_manager, pipeline):
dl_manager.download_checksums(_CHECKSUMS_URL)

# We will automatically down the default CC version(s), but others need to
# be manually downloaded.
Expand Down

0 comments on commit 57b85c8

Please sign in to comment.