๐Ÿฆ™Stalecollected in 51m

Qwen3.5-35B Tops VLLM A100 Benchmarks

PostLinkedIn
๐Ÿฆ™Read original on Reddit r/LocalLLaMA
#benchmark#inference#quantization#a100qwen3-30b-a3b-&-qwen3.5-35b-a3bqwenvllma100flashinferflashattn

๐Ÿ’กQwen3.5-35B hits 352 tok/s on dual A100s โ€“ top pick for fast local serving?

โšก 30-Second TL;DR

What Changed

Qwen3.5-35B-A3B-AWQ-4bit-FlashInfer: 222.4s duration, 352.1 out tok/s, 1356.8 total tok/s

Why It Matters

Demonstrates Qwen3.5-35B's superior inference efficiency for serving on A100 hardware, potentially reducing costs for high-throughput deployments. Encourages adoption of AWQ-4bit and FlashInfer for optimal performance.

What To Do Next

Benchmark Qwen3.5-35B-A3B-AWQ-4bit with FlashInfer on VLLM for your A100 cluster.

Who should care:Developers & AI Engineers

Key Points

  • โ€ขQwen3.5-35B-A3B-AWQ-4bit-FlashInfer: 222.4s duration, 352.1 out tok/s, 1356.8 total tok/s
  • โ€ขQwen3-30B-A3B-FP8-FlashAttn slowest: 288.9s, 270.9 out tok/s
  • โ€ขSetup: 15 prompts, 223k input/78k output tokens, tensor-parallel=2, gpu-memory-util=0.8
  • โ€ขMax concurrency: 45 for 35B AWQ-4bit, ~13.8 for 30B AWQ-4bit
  • โ€ขBest prefill speed favors Qwen3.5 due to lower KV cache usage

๐Ÿง  Deep Insight

Background and context from public sources โ€” not the original article. 9 sources cited.

๐Ÿ”‘ Enhanced Key Takeaways

  • โ€ขQwen3.5-35B-A3B employs a Gated DeltaNet hybrid architecture with native multimodal support and extended context up to 1M tokens, enhancing its deployment flexibility beyond pure text inference[2][7].
  • โ€ขThe model achieves top benchmark scores including SWE-bench 72.4 (matching GPT-5-mini), LiveCodeBench 80.7, and IFEval 95.0, establishing it as the leading medium-sized model for coding and instruction-following[2].
  • โ€ขAt BF16 precision, Qwen3.5-35B-A3B requires approximately 54GB VRAM on a single A100 80GB GPU, dropping to 14GB with 4-bit AWQ quantization for consumer GPUs like RTX 4090[2].
  • โ€ขQwen3.5 series introduces native FP8 pipelines reducing memory by 50% and boosting speeds over 10% at trillion-token scale, contributing to its vLLM efficiency[4].
๐Ÿ“Š Competitor Analysisโ–ธ Show
ModelArchitectureKey BenchmarksDeployment Notes
Qwen3.5-35B-A3BGated DeltaNet MoE (3B active)SWE-bench 72.4, MMLU-Pro 85.3, IFEval 95.0Fits single A100 80GB BF16; 4-bit on RTX 4090; Apache 2.0[2]
Qwen3.5-27BDense 27BSWE-bench 72.4, LiveCodeBench 80.7, MMLU-Pro 86.154GB BF16 single A100; highly quantization-friendly[2]
Qwen3-235B-A22BMoE (22B active)GPQA 81.1, AIME25 92.3; FriendliAI 3x faster than vLLMOptimized for 8x A100; vLLM perf issues reported[3][5]
GPT-5-miniClosedSWE-bench ~72.4, MMLU-Pro 83.7Proprietary; lower video understanding (VITA-Bench)[2]

๐Ÿ› ๏ธ Technical Deep Dive

  • โ€ขQwen3.5-35B-A3B is a Mixture-of-Experts (MoE) model with 3B active parameters out of 35B total, using Gated DeltaNet hybrid architecture for efficient routing and native multimodal (text+video) fusion[2][7].
  • โ€ขFlashInfer attention in the benchmark replaces FlashAttn, yielding higher throughput (352 tok/s output) due to optimized kernel for AWQ-4bit quantization and lower KV cache overhead on dual A100 40GB with tensor-parallel=2[1].
  • โ€ขQuantization variants include AWQ-4bit (supports max concurrency 45) and FP8; FP8 reduces memory by 50% via native pipeline while maintaining >10% speed gains at scale[4].
  • โ€ข64 layers enable deep reasoning (e.g., HMMT 92.0, DynaMath 87.7); 7 quantized HuggingFace variants available for consumer deployment[2].
  • โ€ขPrefill speed advantage stems from reduced KV cache usage in MoE design, allowing higher total tok/s (1357) compared to dense Qwen3-30B variants[2].

๐Ÿ”ฎ Future ImplicationsAI analysis grounded in cited sources

Qwen3.5-35B-A3B will dominate mid-size MoE inference on vLLM for cost-sensitive deployments
Its record 352 tok/s on dual A100 with 4-bit quant and consumer GPU compatibility outperforms dense rivals while matching top coding benchmarks like SWE-bench 72.4[2].
FlashInfer will become standard over FlashAttn for quantized MoE models in vLLM
Benchmark shows 30%+ faster output speeds for AWQ-4bit Qwen3.5-35B, addressing KV cache bottlenecks in high-concurrency setups up to 45 requests[1].
Open-weight MoE efficiency will pressure closed models like GPT-5-mini in coding tasks
Qwen3.5 ties or exceeds GPT-5-mini on SWE-bench/IFEval with Apache 2.0 licensing and 19x faster decoding relatives like 397B-A17B[2][4].

โณ Timeline

2025-12
FriendliAI benchmarks Qwen3-235B, achieving 3x faster inference than vLLM on MoE setups[5]
2026-01
Qwen3.5 series released, including 35B-A3B MoE model with Gated DeltaNet architecture[2][4]
2026-02
Qwen3.5-27B/35B-A3B top coding benchmarks (SWE-bench 72.4) and gain quantized HuggingFace variants[2]
2026-02
vLLM GitHub reports perf issues with Qwen3-235B-A22B on 8x A100, highlighting optimization needs[3]
๐Ÿ“ฐ

Weekly AI Recap

Read this week's curated digest of top AI events โ†’

๐Ÿ‘‰Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA โ†—

This is a summary, not the original. Read the source, or get the weekly briefing.

Weekly AI briefing

One email a week. Unsubscribe anytime.