Skip to content

Commit

Permalink
Add debugging help
Browse files Browse the repository at this point in the history
  • Loading branch information
Muennighoff committed Sep 12, 2024
1 parent a902247 commit 1582138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions results.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ def _info(self):

def _split_generators(self, dl_manager):
path_file = dl_manager.download_and_extract(URL)
# Local debugging help
# with open("/path/to/local/paths.json") as f:
with open(path_file) as f:
files = json.load(f)
downloaded_files = dl_manager.download_and_extract(files[self.config.name])
Expand Down

0 comments on commit 1582138

Please sign in to comment.