Skip to main content
This page focuses on optimal configuration and benchmark results for Qwen3.5-397B on the Ascend NPU. For environment setup, model weight download, feature configuration, and deployment instructions, etc., see the Qwen3.5-397B 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

Qwen3.5-397B W4A8 8P IN128K OUT1K 20ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 128k+1k TPOT: 20ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.5-397B W4A8 8P IN128K OUT1K 50ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 128k+1k TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.5-397B W4A8 8P IN128K OUT1K PREFIX90 50ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 128k+1k (90% prefix cache hit rate) TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the generated-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

Qwen3.5-397B W4A8 8P IN16K OUT1K 20ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 16k+1k TPOT: 20ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.5-397B W4A8 8P IN16K OUT1K 50ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 16k+1k TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.5-397B W4A8 8P IN3K5 OUT1K5 20ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 3.5k+1.5k TPOT: 20ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.5-397B W4A8 8P IN3K5 OUT1K5 50ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 3.5k+1.5k TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.5-397B W4A8 8P IN64K OUT1K 20ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 64k+1k TPOT: 20ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.5-397B W4A8 8P IN64K OUT1K 50ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 64k+1k TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.5-397B W4A8 8P IN64K OUT1K PREFIX90 50ms

Model: Qwen3.5-397B Hardware: Atlas 800I A3 Cards: 8 Deploy Mode: PD Mixed Quantization: W4A8 INT8 Dataset: 64k+1k (90% prefix cache hit rate) TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the generated-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