YeonwooSung · text

qwen3-14b-code-reasoning-conversational

YeonwooSung/qwen3-14b-code-reasoning-conversational

qwen3-14b-code-reasoning-conversational at Q4_K_M is exactly 9,001,754,464 bytes (8.38 GiB / 9.00 GB) — an effective 4.876 bits per weight, not the nominal 4. Its KV cache at 32K is 5.00 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
14.8B
Architecture
qwen3
40 layers
Context
140,000
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K5.36 GiB5,753,984,8643.117mradermacher
Q3_K_S6.20 GiB6,657,106,7843.606mradermacher
Q3_K_M6.82 GiB7,321,314,1443.966mradermacher
Q3_K_L7.36 GiB7,900,652,3844.280mradermacher
IQ4_XS7.62 GiB8,180,363,1044.431mradermacher
Q4_K_S7.98 GiB8,573,476,7044.644mradermacher
Q4_K_M8.38 GiB9,001,754,4644.876mradermacher
Q5_K_S9.56 GiB10,263,895,9045.560mradermacher
Q5_K_M9.79 GiB10,514,571,1045.696mradermacher
Q6_K11.29 GiB12,121,938,7846.566mradermacher
Q8_014.62 GiB15,698,535,2648.504mradermacher

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.63 GiB0.63 GiB40 / 0 / 0
8,1921.25 GiB1.25 GiB40 / 0 / 0
16,3842.50 GiB2.50 GiB40 / 0 / 0
32,7685.00 GiB5.00 GiB40 / 0 / 0
65,53610.00 GiB10.00 GiB40 / 0 / 0
131,07220.00 GiB20.00 GiB40 / 0 / 0

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 7.74 GiB. The real file is 8.38 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
40
Attention heads
40
KV heads
8
Head dim
128
Hidden size
5120
Vocab
151,936
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window
false

Questions people ask

How much VRAM does qwen3-14b-code-reasoning-conversational need?
Q4_K_M is exactly 9,001,754,464 bytes (8.38 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is qwen3-14b-code-reasoning-conversational's KV cache?
5.00 GiB at 32K context with an f16 cache, computed per layer. Quantizing the cache to q8_0 roughly halves it, which is often the difference between a context length fitting and not.
Which quantization of qwen3-14b-code-reasoning-conversational 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.