Commit 70cd889
docs: fresh-driver-per-run for 5-run average + vLLM wedge root causes
Root causes of the wedges (user insight): reusing one driver + abrupt kills
accumulate stuck state. Two mechanisms: (1) killing a run leaves its in-flight
LLM requests queued on vLLM; (2) short-timeout health probes abandon connections
that vLLM keeps processing, piling up until the engine stalls. Fix: each run is
its own k8s Job (fresh Ray/servers) with a shared Lustre venv; runs complete
without killing; no POST-probing of vLLM.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Hemil Desai <hemild@nvidia.com>1 parent 369071e commit 70cd889
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
196 | 202 | | |
197 | 203 | | |
198 | 204 | | |
| |||
0 commit comments