Qwen3.8-27B Runs at 417 Tok/s on 3090
A community vLLM recipe fits Qwen3.8-27B on one 24GB RTX 3090 using W4A16 quantization, requantized embeddings, and inference tuning. The open-weight multimodal model supports long-context coding and agent workflows, while the recipe reports 417 tokens per second in batched tests.
This is a strong proof point for local inference: consumer GPUs can now serve capable 27B models at genuinely useful speeds, provided developers are willing to manage a specialized stack.
- –Quantizing the embedding table and lm_head is the key memory-saving trick, freeing VRAM for context and batching.
- –vLLM patches, CUDA optimizations, and separate batch versus single-user configurations make this a deployment recipe rather than a plug-and-play model download.
- –The headline throughput is aggregate batched performance; single-user latency will be substantially lower, so developers should benchmark against their own concurrency and prompt lengths.
- –Qwen officially lists the model as a 27B multimodal open-weight release with native 262K context, widening its usefulness for coding agents and document-heavy workflows. [Official Qwen repository](https://github.com/QwenLM/Qwen3.8)
DISCOVERED
1h ago
2026-09-01
PUBLISHED
2h ago
2026-09-01
RELEVANCE
AUTHOR
Github Awesome