This page focuses on optimal configuration and benchmark results for MiniMax-M2.5 on the Ascend NPU. For environment setup, model weight download, feature configuration, and deployment instructions, etc., see the MiniMax-M2.5 Model Tutorial.On A3 each card has 2 dies, so
--tp-size is twice the card count; see Ascend NPU Reference for details.Low Latency
High Throughput
Optimal Configuration
MiniMax-M2.5 W8A8 4P IN32K OUT1K 50ms
Model: MiniMax-M2.5 Hardware: Atlas 800I A3 Cards: 4 Deploy Mode: PD Mixed Quantization: W8A8 INT8 Dataset: 32k+1k TPOT: 50msModel Deployment
Command
Benchmark
We tested it based on theRANDOM dataset.
Command
MiniMax-M2.5 W8A8 4P IN64K OUT1K PREFIX90 50ms
Model: MiniMax-M2.5 Hardware: Atlas 800I A3 Cards: 4 Deploy Mode: PD Mixed Quantization: W8A8 INT8 Dataset: 64k+1k (90% prefix cache hit rate) TPOT: 50msModel Deployment
Command
Benchmark
We tested it based on thegenerated-shared-prefix dataset with 90% cache hit (repeat_rate = 0.9):
--gsp-system-prompt-len 58982 = int(65536 * 0.9) is the shared prefix portion.
--gsp-question-len 6553 = int(65536 * (1 - 0.9)) is the unique per-request suffix.
--gsp-num-groups 1 keeps all requests in one prefix group for maximum cache reuse.
Command
MiniMax-M2.5 W8A8 8P IN128K OUT1K PREFIX90 24.44ms
Model: MiniMax-M2.5 Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W8A8 INT8 Dataset: 128k+1k (90% prefix cache hit rate) TPOT: 24.44msModel Deployment
Command
Benchmark
We tested it based on thegenerated-shared-prefix dataset with 90% cache hit (repeat_rate = 0.9):
--gsp-system-prompt-len 117964 = int(131072 * 0.9) is the shared prefix portion.
--gsp-question-len 13107 = int(131072 * (1 - 0.9)) is the unique per-request suffix.
--gsp-num-groups 1 keeps all requests in one prefix group for maximum cache reuse.
Command
MiniMax-M2.5 W8A8 8P IN3K5 OUT1K5 20ms
Model: MiniMax-M2.5 Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W8A8 INT8 Dataset: 3.5k+1.5k TPOT: 20msModel Deployment
Command
Benchmark
We tested it based on theRANDOM dataset.
Command
MiniMax-M2.5 W8A8 8P IN3K5 OUT1K5 50ms
Model: MiniMax-M2.5 Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W8A8 INT8 Dataset: 3.5k+1.5k TPOT: 50msModel Deployment
Command
Benchmark
We tested it based on theRANDOM dataset.
Command
