We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8631f2 commit 7cfcf5dCopy full SHA for 7cfcf5d
1 file changed
bigcode_eval/base.py
@@ -25,9 +25,6 @@ def __init__(self, stop_words=None, requires_execution=True):
25
self.stop_words = stop_words
26
self.requires_execution = requires_execution
27
try:
28
- # TODO (Max): remove this
29
- import datasets
30
- datasets.builder.has_sufficient_disk_space = lambda needed_bytes, directory='.': True
31
self.dataset = load_dataset(path=self.DATASET_PATH, name=self.DATASET_NAME)
32
except Exception as e:
33
warn(
0 commit comments