DeepEP-V2 on AWS EFA has been measured and validated across three serving frameworks and two training stacks, covering inference, full training loops, and RL post-training. Every framework passes AIPerf smoke tests and produces coherent output. This page consolidates the framework support matrix with measured numbers — all traceable to committed artifacts.
| framework | status | notes |
|---|---|---|
| SGLang | PASS measured | 0 errors / 210 requests (§08) |
| vLLM | PASS measured | 0 errors / 210 requests, EP_NUM_COMMS=8 doubles throughput (§09) |
| TRT-LLM | PASS measured | 0 errors / 210 requests, native seam (§09) |
source: sections §08 (V1 NVSHMEM backend) and §09 (public repro). All runs on 2× p5en.48xlarge H200 with AWS EFA, Qwen3-30B-A3B-FP8 EP16.
| framework | status | notes |
|---|---|---|
| Megatron-LM | PASS measured | digit-for-digit loss-match vs NCCL-alltoall baseline (§08) |
| NeMo-RL (GRPO) | PASS measured | full GRPO post-training loop, E2E coherent (§08) |
source: section §08 (V1 NVSHMEM backend). Megatron-LM: 3-step train loss convergence, V1-vs-V2 A/B shows numerical equivalence. NeMo-RL: full policy+value+reward pipeline over DeepEP transport.