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 72ac919 commit d8161d9Copy full SHA for d8161d9
bigcodebench/data/bigcodebench.py
@@ -14,7 +14,7 @@
14
15
BIGCODEBENCH_OVERRIDE_PATH = os.environ.get("BIGCODEBENCH_OVERRIDE_PATH", None)
16
BIGCODEBENCH_HF = "bigcode/bigcodebench"
17
-BIGCODEBENCH_VERSION = "v0.1.3"
+BIGCODEBENCH_VERSION = "v0.1.4"
18
19
def _ready_bigcodebench_path(subset="full", version="default") -> str:
20
if BIGCODEBENCH_OVERRIDE_PATH:
0 commit comments