openai · audio asr

whisper-small

openai/whisper-small

whisper-small at Q4_K_M is exactly 171,630,656 bytes (0.16 GiB / 0.17 GB) — an effective 5.680 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
242M
Architecture
whisper
12 layers
Context
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K0.08 GiB89,673,6922.968oxide-lab
Q3_K0.11 GiB113,846,9063.768oxide-lab
Q4_00.13 GiB138,891,0404.596oxide-lab
Q4_00.14 GiB145,458,0324.814oxide-lab
Q4_K0.14 GiB145,458,0324.814oxide-lab
Q4_10.14 GiB153,873,2165.092oxide-lab
Q4_10.15 GiB160,333,8565.306oxide-lab
Q4_K_M0.16 GiB171,630,6565.680481handy-computer
Q5_00.16 GiB175,209,6805.798oxide-lab
Q5_K0.16 GiB175,209,6805.798oxide-lab
Q5_10.18 GiB190,085,5046.291oxide-lab
Q5_K_M0.18 GiB193,749,0566.412481handy-computer
Q6_K0.19 GiB206,820,8066.845oxide-lab
Q6_K0.20 GiB212,107,3287.019481handy-computer
Q8_00.24 GiB258,781,6008.564oxide-lab
Q8_00.25 GiB264,464,6248.752oxide-lab
Q8_00.25 GiB269,751,1368.927481handy-computer
F160.46 GiB492,888,48016.312481handy-computer
F320.90 GiB968,914,84832.065handy-computer

Compare with

same modality, comparable size

Will it run on your card?

full quant x context sweep

Why other calculators give a different number

A parameters × bits ÷ 8 estimate puts Q4_K_M at roughly 0.13 GiB. The real file is 0.16 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
12
Attention heads
KV heads
Head dim
Hidden size
Vocab
51,865
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does whisper-small need?
Q4_K_M is exactly 171,630,656 bytes (0.16 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of whisper-small should I use?
Q4_K_M is the usual default. Pick the largest quantization that fits your card at the context you actually need — the table above gives exact sizes for every one published.