We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9feaca commit 8d5df87Copy full SHA for 8d5df87
1 file changed
README.md
@@ -238,6 +238,7 @@ You are strongly recommended to use a sandbox such as [docker](https://docs.dock
238
# If you want to change the RAM address space limit (in MB, 30 GB by default): `--max-as-limit XXX`
239
# If you want to change the RAM data segment limit (in MB, 30 GB by default): `--max-data-limit`
240
# If you want to change the RAM stack limit (in MB, 10 MB by default): `--max-stack-limit`
241
+# If you want to increase the execution time limit (in seconds, 240 seconds by default): `--min-time-limit`
242
docker run -v $(pwd):/app bigcodebench/bigcodebench-evaluate:latest --split [complete|instruct] --subset [full|hard] --samples samples-sanitized-calibrated.jsonl
243
244
# If you only want to check the ground truths
0 commit comments