Skip to content

Commit 37d25da

Browse files
committed
fix: remove raise
1 parent c06dc5c commit 37d25da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bigcodebench/data/bigcodebench.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ def _ready_bigcodebench_path(mini=False, noextreme=False, version="default") ->
2626
)
2727

2828
try:
29-
raise Exception("Download from HuggingFace")
3029
dataset = load_dataset(BIGCODEBENCH_HF, split=BIGCODEBENCH_VERSION)
3130
dataset.to_json(path)
32-
print(f"Downloaded BigCodeBench from HuggingFace to {path}")
3331
except:
3432
make_cache(url, path)
3533

0 commit comments

Comments
 (0)