Skip to main content
This page focuses on optimal configuration and benchmark results for Qwen3.6-35B-A3B on the Ascend NPU. For environment setup, model weight download, feature configuration, and deployment instructions, etc., see the Qwen3.6-35B-A3B Model Tutorial.On A3 each card has 2 dies, so --tp-size is twice the card count; see Ascend NPU Reference for details.Use image SGLang >= v0.5.14 for these NEXTN configurations. Without --dataset-path, bench_serving --dataset-name random downloads ShareGPT from Hugging Face; in offline environments, pass a local dataset path (for example a ShareGPT JSON file).

Low Latency

High Throughput

Optimal Configuration

Qwen3.6-35B-A3B 1P IN1024X1024 30 OUT1024 50ms

Model: Qwen3.6-35B-A3B Hardware: Atlas 800I A3 Cards: 1 Deploy Mode: PD Mixed Quantization: BF16 Dataset: 1024x1024 (30)+1024 Format: resolution (input tokens) + output tokens TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.6-35B-A3B 1P IN1080P 30 OUT256 50ms

Model: Qwen3.6-35B-A3B Hardware: Atlas 800I A3 Cards: 1 Deploy Mode: PD Mixed Quantization: BF16 Dataset: 1080p_30+256 TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.6-35B-A3B 1P IN128K OUT1K 50ms

Model: Qwen3.6-35B-A3B Hardware: Atlas 800I A3 Cards: 1 Deploy Mode: PD Mixed Quantization: BF16 Dataset: 128k+1k TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.6-35B-A3B 1P IN254K OUT1K

Model: Qwen3.6-35B-A3B Hardware: Atlas 800I A3 Cards: 1 Deploy Mode: PD Mixed Quantization: BF16 Dataset: 254k+1k TPOT: 16.1ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.6-35B-A3B 1P IN3K5 OUT1K5 50ms

Model: Qwen3.6-35B-A3B Hardware: Atlas 800I A3 Cards: 1 Deploy Mode: PD Mixed Quantization: BF16 Dataset: 3.5k+1.5k TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.6-35B-A3B 1P IN64K OUT1K 50ms

Model: Qwen3.6-35B-A3B Hardware: Atlas 800I A3 Cards: 1 Deploy Mode: PD Mixed Quantization: BF16 Dataset: 64k+1k TPOT: 50ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command

Qwen3.6-35B-A3B 1P IN64K OUT1K PREFIX90 50ms

Model: Qwen3.6-35B-A3B Hardware: Atlas 800I A3 Cards: 1 Deploy Mode: PD Mixed Quantization: BF16 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

Qwen3.6-35B-A3B 2P IN984K OUT1K

Model: Qwen3.6-35B-A3B Hardware: Atlas 800I A3 Cards: 2 Deploy Mode: PD Mixed Quantization: BF16 Dataset: 984k+1k TPOT: 40.91ms

Model Deployment

Command

Benchmark

We tested it based on the RANDOM dataset.
Command