Skip to content

Commit 913a601

Browse files
committed
Update main README
Signed-off-by: Samuel Monson <[email protected]>
1 parent 89b145d commit 913a601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ guidellm benchmark \
233233
--rate 16 \
234234
--warmup 0.1 \
235235
--cooldown 0.1 \
236-
--max-errors 5 \
237-
--over-saturation True
236+
--max-errors 5
237+
--detect-saturation
238238
```
239239

240240
**Key parameters:**
@@ -244,7 +244,7 @@ guidellm benchmark \
244244
- `--max-seconds`: Maximum duration in seconds for each benchmark before automatic termination
245245
- `--max-requests`: Maximum number of requests per benchmark before automatic termination
246246
- `--max-errors`: Maximum number of individual errors before stopping the benchmark entirely
247-
- `--over-saturation`: Enable over-saturation detection to automatically stop benchmarks when the model becomes over-saturated (use `True` for defaults or a JSON dict for custom configuration)
247+
- `--detect-saturation`: Enable over-saturation detection to automatically stop benchmarks when the model becomes over-saturated (see also `--over-saturation` for more advanced control)
248248

249249
## Development and Contribution
250250

0 commit comments

Comments
 (0)