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 9f0c865 commit 697dabdCopy full SHA for 697dabd
bigcodebench/data/bigcodebench.py
@@ -12,7 +12,7 @@
12
)
13
14
BIGCODEBENCH_OVERRIDE_PATH = os.environ.get("BIGCODEBENCH_OVERRIDE_PATH", None)
15
-BIGCODEBENCH_VERSION = "v0.1.1"
+BIGCODEBENCH_VERSION = "v0.1.0"
16
17
def _ready_bigcodebench_path(mini=False, noextreme=False, version="default") -> str:
18
if BIGCODEBENCH_OVERRIDE_PATH:
0 commit comments