Skip to content

Commit 8d5df87

Browse files
committed
fix: update doc
1 parent e9feaca commit 8d5df87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ You are strongly recommended to use a sandbox such as [docker](https://docs.dock
238238
# If you want to change the RAM address space limit (in MB, 30 GB by default): `--max-as-limit XXX`
239239
# If you want to change the RAM data segment limit (in MB, 30 GB by default): `--max-data-limit`
240240
# 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`
241242
docker run -v $(pwd):/app bigcodebench/bigcodebench-evaluate:latest --split [complete|instruct] --subset [full|hard] --samples samples-sanitized-calibrated.jsonl
242243

243244
# If you only want to check the ground truths

0 commit comments

Comments
 (0)