Qwen3.6-27B vLLM Docker, 118 TPS
·2026.04.27 22:19
Key point
Qwen3.6-27B was run on 2x 3090 GPUs at 118 tokens per second using a combination of vLLM Docker with INT4 and MTP.
Details
A vLLM Docker configuration was released that serves Qwen3.6-27B on 2x RTX 3090 GPUs using Lorbus AutoRound INT4 quantization and MTP speculative decoding.
- Performance: Measured 118.13 tok/s on coding workloads and 88.98 tok/s on prose.
- Configuration: Uses a combination of TP=2, 200K context,
fp8KV cache,chunked prefill, andnum_speculative_tokens=3. - Deployment method: The model is downloaded from Hugging Face at runtime and stored on a host volume, avoiding re-downloads on container upgrades.
- Compatibility: Provides an OpenAI-compatible API, MoonViT-based image input, automatic GPU detection, and single/multi-GPU execution examples.
- Operational notes: Works on PCIe setups as well, and states that NVLink is not required.
However, it notes that prefix caching is experimental with Qwen3.6's hybrid attention, and spec-decode ignores min_p and logit_bias. It also states that CUDA graph mode falls back to PIECEWISE under spec-decode.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.