File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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`
241242docker 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
You can’t perform that action at this time.
0 commit comments