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 dcc2e76 commit 0ced202Copy full SHA for 0ced202
ch03/02_math500-verifier-scripts/evaluate_math500.py
@@ -64,12 +64,6 @@ def parse_args():
64
action="store_true",
65
help="Enable torch.compile for the model.",
66
)
67
- parser.add_argument(
68
- "--batch_size",
69
- type=int,
70
- default=4,
71
- help="Batch size for batched generation. Default: 4",
72
- )
73
parser.add_argument(
74
"--verbose",
75
0 commit comments