YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Qwen3.8-27B Runs at 417 Tok/s on 3090

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Qwen3.8-27B Runs at 417 Tok/s on 3090
OPEN LINK ↗
// 1h agoINFRASTRUCTURE

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.

// ANALYSIS

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)
// TAGS
qwen3.8-27bllmopen-weightsmultimodalquantizationinferencegpuself-hosted

DISCOVERED

1h ago

2026-09-01

PUBLISHED

2h ago

2026-09-01

RELEVANCE

9/ 10

AUTHOR

Github Awesome