We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f7948 commit ce4831cCopy full SHA for ce4831c
bigcodebench/data/bigcodebench.py
@@ -29,6 +29,8 @@ def _ready_bigcodebench_path(mini=False, noextreme=False, version="default") ->
29
dataset = load_dataset(BIGCODEBENCH_HF, split=BIGCODEBENCH_VERSION)
30
make_cache(url, dataset, path)
31
except:
32
+ if os.path.exists(path):
33
+ os.remove(path)
34
make_cache(url, None, path, gh=True)
35
36
return path
0 commit comments