cmd/bench: fix options table in cmd/bench/README.md (#13216)

This commit is contained in:
Julia Scheaffer 2025-12-10 16:07:48 -06:00 committed by GitHub
parent b95693056c
commit 56b8fb024c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ benchstat -col /name gemma.bench
## Command Line Options
| Option | Description | Default |
|----------|-------------|---------|
| -model | Comma-separated list of models to benchmark | (required) |
| -epochs | Number of iterations per model | 1 |
| -max-tokens | Maximum tokens for model response | 0 (unlimited) |