This document is relevant for: Trn2, Trn3
Concepts & architecture#
How vLLM Neuron works under the hood — parallelism strategies, plugin integration, speculative decoding internals, and the accuracy validation framework.
Parallelism#
Topic |
Description |
|---|---|
Data parallelism overview |
|
Expert parallelism for MoE |
|
Tensor parallelism overview |
|
Independent TP/DP for vision encoders |
Multimodal#
Topic |
Description |
|---|---|
FFD block packing for multi-image attention efficiency |
|
Block-based on-device cache for vision encoder outputs |
|
Spatial position embeddings for VLMs |
vLLM integration#
Topic |
Description |
|---|---|
KV cache integration points with vLLM |
|
Async scheduling and execution design |
|
Production metrics design |
|
Profiling integration |
|
Holdback queue and admission control |
|
Prefill segmentation and KV reuse |
|
DI architecture, NIXL transport, hybrid TP |
This document is relevant for: Trn2, Trn3