Skip to content

Commit

Permalink
Merge pull request #28 from epinzur/crag4
Browse files Browse the repository at this point in the history
fixed crag download
  • Loading branch information
epinzur authored Jun 25, 2024
2 parents f1a8b18 + 213ce74 commit 76b4a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ragulate/datasets/crag_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def download_dataset(self) -> None:
path.join(self.storage_path(), "questions.jsonl"),
]
tasks = [
self._download_and_decompress(url, output_file)
self._download_and_decompress(url=url, output_file_path=output_file, force=False)
for url, output_file in zip(urls, output_files)
]
asyncio.run(asyncio.gather(*tasks))
Expand Down

0 comments on commit 76b4a99

Please sign in to comment.