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: docs/cli-options.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1125,7 +1125,12 @@ The maximum duration in seconds for the warmup phase. If not set, it will use th
1125
1125
1126
1126
#### `--agentic-cache-warmup-duration``<float>`
1127
1127
1128
-
Additional agentic replay warmup duration in seconds. After the normal snapshot warmup drains, AIPerf continues the live trajectories without recorded idle delays and with one-token outputs, then drains and resumes profiling from the resulting trajectory state using each live stream's residual next-turn delay.
1128
+
Additional agentic replay warmup duration in seconds. After the normal snapshot warmup drains, AIPerf continues the live trajectories without recorded idle delays and with one-token outputs, then drains and resumes profiling from the resulting trajectory state using each live stream's residual next-turn delay. Mutually exclusive with --warmup-requests-per-lane.
1129
+
<br/>_Constraints: > 0_
1130
+
1131
+
#### `--warmup-requests-per-lane``<int>`
1132
+
1133
+
Deterministic agentic cache-pressure warmup request budget per concurrency lane. For example, 10 with concurrency 16 caps warmup at 160 wire requests, including initial snapshot priming. Mutually exclusive with --agentic-cache-warmup-duration.
1129
1134
<br/>_Constraints: > 0_
1130
1135
1131
1136
#### `--agentic-warmup-grace-period``<float>`
@@ -2655,7 +2660,12 @@ The maximum duration in seconds for the warmup phase. If not set, it will use th
2655
2660
2656
2661
#### `--agentic-cache-warmup-duration``<float>`
2657
2662
2658
-
Additional agentic replay warmup duration in seconds. After the normal snapshot warmup drains, AIPerf continues the live trajectories without recorded idle delays and with one-token outputs, then drains and resumes profiling from the resulting trajectory state using each live stream's residual next-turn delay.
2663
+
Additional agentic replay warmup duration in seconds. After the normal snapshot warmup drains, AIPerf continues the live trajectories without recorded idle delays and with one-token outputs, then drains and resumes profiling from the resulting trajectory state using each live stream's residual next-turn delay. Mutually exclusive with --warmup-requests-per-lane.
2664
+
<br/>_Constraints: > 0_
2665
+
2666
+
#### `--warmup-requests-per-lane``<int>`
2667
+
2668
+
Deterministic agentic cache-pressure warmup request budget per concurrency lane. For example, 10 with concurrency 16 caps warmup at 160 wire requests, including initial snapshot priming. Mutually exclusive with --agentic-cache-warmup-duration.
0 commit comments