Running Qwen3.6 35B on a Single AMD R9700: vLLM Setup and INT4 Benchmarks
KriptacMessage · reddit · 2026-08-08
A developer shared optimization experiences and benchmark results for deploying Qwen3.6 27B and 35B models on a single AMD Radeon AI Pro R9700 GPU using vLLM.
Deployment Configuration
- Weights: Used INT4 quantized versions (W4A16), as the 35B FP8 model cannot fit into a single 32GB card.
- Parameters: Set tensor parallel to 1 and GPU memory utilization to 0.98. Enabled speculative decoding (numspeculativetokens=4) for the 27B model, which tested 17-48% faster than 8.
- Checkpoint Fix: Manually modify truncation.maxlength and padding in the INT4 repo's tokenizer.json to prevent vision features from breaking.
Performance
- 35B MoE: Achieved 7,800 tok/s prefill and 61 tok/s decode at 4K context; maintained 49.5 tok/s decode at 150K context.
- 27B Dense: Reached 59.6 tok/s decode at 4K context with speculative decoding, averaging an accepted length of 4.5.
More from Infra
- Ex-OpenAI Co-founder Brockman Rumored to Tackle Silicon Supply Chain — beffjezos · 2026-08-08
- Running Cosmos3-Nano on RTX 5090: FP8/NVFP4 Quantization Fits in 32GB VRAM — fengwang_2_718281828 · 2026-08-08
- Fixing MiniMax H3 Black Frames on Legacy GPUs: FP16 Mix Cuts Inference 11x — Bubbly_Lawfulness_43 · 2026-08-08
- Microsoft Open-Sources BitNet: Running 100B LLMs on a Single CPU at 1.58 Bits — JafarNajafov · 2026-08-08
- Test: Running MiniMax H3 Video Generation on 12GB VRAM Stalls Over 5 Seconds — Silver-Spot-2763 · 2026-08-08
- Run a 70B Model Locally for Free: 5-Step Qwen 2.5 Guide with Dual 3090s — thisdudelikesAI · 2026-08-08