Comprehensive stress benchmarks for Kimi-K2.5 (1 trillion parameters, 32B active per token) on 8x AMD Instinct MI325X GPUs with thorough testing (3x multiplier).
Concurrency Scaling
Scaling Results
Concurrency
Throughput
Output tok/s
p99 Latency
Status
5
430 tok/s
51
19.77s
DEGRADED
10
670 tok/s
79
25.40s
DEGRADED
25
896 tok/s
106
47.56s
DEGRADED
50
1,632 tok/s
193
52.02s
DEGRADED
75
2,213 tok/s
262
57.59s
DEGRADED
100
2,656 tok/s
314
63.86s
DEGRADED
150
3,612 tok/s
427
70.68s
DEGRADED
200
3,754 tok/s
444
74.89s
DEGRADED
Observations:
Excellent linear scaling from 5 to 200 concurrent requests
Peak scaling throughput of 3,754 tok/s at 200 concurrent
MoE architecture (32B active parameters) enables efficient batching
DEGRADED status indicates p99 latency >2x baseline (expected under concurrent load)
100% success rate maintained across all concurrency levels
TP=4 required - MLA attention head distribution (64/4=16 heads per GPU)
--block-size 1 - Required for MLA architecture
VLLM_USE_TRITON_FLASH_ATTN=0 - Required for MoonViT vision encoder
--mm-encoder-tp-mode data - Vision encoder parallelism
Test Environment
Specification
Value
GPU
8x AMD Instinct MI325X
VRAM
256 GB HBM3E per GPU (2 TB total)
Architecture
CDNA 3 (gfx942)
ROCm
6.4.2-120
vLLM
nightly (rocm/vllm-dev:nightly)
Tensor Parallel
4 (required for AITER MLA)
Comparison with Other Models
Model
Total Params
Active Params
Peak Throughput
Saturation Point
Kimi-K2.5
1T
32B
7,327 tok/s
750 concurrent
Qwen3-VL-235B
235B
22B
47,873 tok/s
750 concurrent
DeepSeek V3.2
685B
37B
7,266 tok/s
200 concurrent
Llama-3.1-405B
405B
405B
6,464 tok/s
300 concurrent
Note
Architecture Notes
Kimi-K2.5 uses MLA (Multi-head Latent Attention) like DeepSeek V3.2, which provides memory efficiency but has different scaling characteristics than GQA-based models like Qwen3-VL. The TP=4 requirement (vs TP=8 for other models) is due to AITER MLA's attention head distribution requirements.
0 Comments
Start the conversation
Be the first to comment and share your perspective with the community.
0 Comments
Be the first to comment and share your perspective with the community.