PulseAugur
EN
LIVE 21:23:10

Muse Glimmer 30B model hits 253 t/s on RTX 5090 with optimization

A user on Reddit's r/LocalLLaMA subreddit shared impressive performance benchmarks for the Muse Glimmer 30B model, achieving 253 tokens per second on an RTX 5090 GPU. This speed was attained using a specific quantization method (UD-Q5_K_M) and a draft PR (#26842) that moved the DFlash draft argmax from CPU to GPU, resolving a bottleneck. The user noted that this optimization matched Meta's published speeds and outperformed other methods like ngram-simple on coding workloads. AI

IMPACT Demonstrates significant speed improvements for local LLM inference, potentially enabling more complex applications on consumer hardware.

RANK_REASON User benchmark of an existing model with optimizations, not a new release from a frontier lab.

Read on r/LocalLLaMA →

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

Muse Glimmer 30B model hits 253 t/s on RTX 5090 with optimization

COVERAGE [1]

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

    Achievable 253 t/s - unsloth/Muse Glimmer 30B UD-Q5_K_M on a 5090

    <!-- SC_OFF --><div class="md"><p>Benchmarked Muse Glimmer 30B on my RTX 5090 (32GB), 262k context, UD-Q5_K_M + dflash-kquant + mmproj.</p> <table><thead> <tr> <th align="left">Workload</th> <th align="left">Stock master + DFlash</th> <th align="left">ngram-simple</th> <th align=…