You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,8 +233,8 @@ guidellm benchmark \
233
233
--rate 16 \
234
234
--warmup 0.1 \
235
235
--cooldown 0.1 \
236
-
--max-errors 5 \
237
-
--over-saturation True
236
+
--max-errors 5
237
+
--detect-saturation
238
238
```
239
239
240
240
**Key parameters:**
@@ -244,7 +244,7 @@ guidellm benchmark \
244
244
-`--max-seconds`: Maximum duration in seconds for each benchmark before automatic termination
245
245
-`--max-requests`: Maximum number of requests per benchmark before automatic termination
246
246
-`--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)
0 commit comments