01
Continuous Batching And Pagedattention Kv Cache Behavior
Mapped capabilities
22 scenarios
- Mid-batch request admission
Public sample case
- Input
- Engineer notices intermittent CUDA OOM crashes on Inferact's serverless tier under bursty mixed-length traffic (many 1-token classification calls mixed with 4K-token generations) and suspects the per-step scheduler computes the t…
- Expected behavior
- Agent locates the scheduler's per-step admission loop, identifies that the running token-budget accumulator must be updated immediately after each admission decision (full prefill, chunked prefill, or decode token) rather than compared against a snapshot taken at step start, verifies the fix by tra…
- Check
- Pass / fail check






