PulseAugur
EN
LIVE 20:52:38
ENTITY W4A16

W4A16

PulseAugur coverage of W4A16 — every cluster mentioning W4A16 across labs, papers, and developer communities, ranked by signal.

Show in brief
Total · 30d
0
3 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
0
1 over 90d
TIER MIX · 90D
TOPICS
RECENT · PAGE 1/1 · 3 TOTAL
  1. TOOL · CL_211588 ·

    LLM Quantization: More Than Just Bit Reduction

    Quantization in large language models is a complex process involving more than just reducing bit precision. It encompasses four key decisions: notation, format, evaluation, and the resulting capacity gains. Different qu…

  2. TOOL · CL_206377 ·

    ExactMoE slashes MoE model memory use by 87% with minimal accuracy loss

    Researchers have developed ExactMoE, a novel inference design for sparse mixture-of-experts (MoE) language models that significantly reduces memory requirements. By applying four-bit weight quantization only to the acti…

  3. TOOL · CL_175486 ·

    INT4 Weight-Only Quantization: Decode Speedup, Prefill Stagnation Explained

    Weight-only INT4 quantization, while effective for reducing memory traffic and speeding up the decoding phase of LLM inference, does not improve the prefill phase. This is because prefill is compute-bound, meaning it is…