Skip to content

Commit 0ced202

Browse files
authored
Remove wrong batch-size argument from sequential script (#75)
1 parent dcc2e76 commit 0ced202

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ch03/02_math500-verifier-scripts/evaluate_math500.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ def parse_args():
6464
action="store_true",
6565
help="Enable torch.compile for the model.",
6666
)
67-
parser.add_argument(
68-
"--batch_size",
69-
type=int,
70-
default=4,
71-
help="Batch size for batched generation. Default: 4",
72-
)
7367
parser.add_argument(
7468
"--verbose",
7569
action="store_true",

0 commit comments

Comments
 (0)