PulseAugur
EN
LIVE 21:51:59

Qwen3.8-27B model optimized for RTX 3090, achieving 672 tps peak

A Reddit user has optimized inference for the Qwen3.8-27B model on an RTX 3090 graphics card, achieving up to 82 tokens per second for single requests and a peak of 672 tokens per second with concurrent requests. The optimizations involve W4A16 quantization, fp8 KV cache, and int8 for lm_head and embed_tokens, reducing VRAM usage to 14.2 GB while supporting a context length of up to 195k tokens. The user has shared a GitHub repository with the necessary patches and setup instructions, noting it runs via vLLM and has been tested on Linux. AI

IMPACT Demonstrates advanced optimization techniques for running large language models on consumer-grade hardware.

RANK_REASON User-driven optimization of an existing model on consumer hardware.

Read on r/LocalLLaMA →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Qwen3.8-27B model optimized for RTX 3090, achieving 672 tps peak

COVERAGE [1]

  1. r/LocalLLaMA TIER_1 English(EN) · /u/iamMess ·

    Qwen3.8-27b on RTX 3090 - 82 tps single request, up to 672 tps peak

    <!-- SC_OFF --><div class="md"><p>Hi,</p> <p>After a long night of optimizations, I believe I have made the fastest inference engine for Qwen3.6-28B on a 3090.</p> <p>Quick metrics:</p> <p>- 250w power capped</p> <p>- Up to 195k context (ships with 150k for safety though)</p> <p>…