z-lab · embedding

Qwen3.5-9B-DFlash

z-lab/Qwen3.5-9B-DFlash

Qwen3.5-9B-DFlash at Q4_K_M is exactly 765,959,872 bytes (0.71 GiB / 0.77 GB) — an effective 4.743 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
1.3B
Architecture
dflash
6 layers
Context
262,144
native (config.json)
License

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K0.45 GiB481,861,3122.984Anbeeld
Q3_K_M0.58 GiB624,139,9683.865Anbeeld
Q4_K_M0.71 GiB765,959,8724.743Anbeeld
Q4_K_M0.71 GiB765,960,8324.743GauravGosain
Q5_K_M0.85 GiB913,809,0885.659Anbeeld
Q6_K1.00 GiB1,070,898,8806.631Anbeeld
Q8_01.29 GiB1,383,767,7448.569Anbeeld
Q8_01.29 GiB1,383,768,2248.569AtomicChat
Q8_01.29 GiB1,383,768,7048.569GauravGosain
BF162.42 GiB2,594,873,02416.069Anbeeld
BF162.42 GiB2,594,873,98416.069GauravGosain

No KV cache

architectural, not a gap in our data

This architecture allocates no KV cache. Encoder and embedding models process their input in one pass rather than generating token by token, so there is nothing to carry forward between steps and memory does not grow with context. Its footprint is the weights plus a working buffer, and that is the whole story.

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

Architecture

from config.json
Layers
6
Attention heads
32
KV heads
8
Head dim
128
Hidden size
4096
Vocab
248,320
Sliding window
4096
SWA period
MLA
no
Experts
Experts per token
use_sliding_window
true

Questions people ask

How much VRAM does Qwen3.5-9B-DFlash need?
Q4_K_M is exactly 765,959,872 bytes (0.71 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of Qwen3.5-9B-DFlash 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.