
Disaggregated Prefill and Decode for LLM Inference on SageMaker HyperPod
AWS has introduced a method to separate the prefill and decode phases of large language model inference on SageMaker HyperPod. By running each phase on dedicated GPU pools connected via Elastic Fabric Adapter with RDMA, the approach eliminates interference that occurs when the phases share a single GPU. This results in more consistent per-token latency and independent scaling for long-context, high-concurrency workloads.
