Skip to content

Commit 7561435

Browse files
committed
fix: update help eval info
1 parent 057a84a commit 7561435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigcodebench/evaluate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,10 @@ def main():
325325
parser.add_argument("--max-data-limit", default=4*1024, type=int)
326326
parser.add_argument("--max-stack-limit", default=5, type=int)
327327
parser.add_argument(
328-
"--check-gt-only", action="store_true", help="Check the groundtruth"
328+
"--check-gt-only", action="store_true", help="Check the ground truth"
329329
)
330330
parser.add_argument(
331-
"--no-gt", action="store_true", help="Check the groundtruth"
331+
"--no-gt", action="store_true", help="Skip the ground truth"
332332
)
333333
args = parser.parse_args()
334334

0 commit comments

Comments
 (0)