PulseAugur
EN
LIVE 22:44:23

LLM quantization query: skipping outlier blocks for accuracy

A user on r/LocalLLaMA is inquiring about advanced techniques in weight quantization for large language models. Specifically, they question why blocks of 32 values in Q8_0 quantization cannot be skipped if they contain outliers. The user suggests that preserving native values for such blocks could significantly improve model accuracy, as less than 1% of sub-layers might need to be skipped. AI

RANK_REASON User query about a technical aspect of LLM quantization. [lever_c_demoted from research: ic=1 ai=1.0]

Read on r/LocalLLaMA →

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

COVERAGE [1]

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

    In Q8_0 weight quantization, why can't we just skip blocks of 32 that have very large outliers?

    <!-- SC_OFF --><div class="md"><p>Looking for someone with an expert-level understanding.</p> <p>I understand that we can skip layers and sub-layers when doing quantization, but why can't we skip blocks? I am using Q8_0 as it's a simple example. Every block of 32 values has a sca…