GLM-5.3-Flash-4bit-paged

Expert-paged build of pipenetwork/GLM-5.3-Flash-MLX-4bit. The weights that are read a fraction at a time live in their own containers, so a machine loads what it needs rather than all of it.

file size holds
model.safetensors 5.89 GiB resident weights
experts.bin 159.47 GiB routed experts

Total 165.37 GiB — the same as the source. The bytes moved, they were not copied.

from gbx_lm.utils import load
model, tokenizer = load("GreenBitAI/GLM-5.3-Flash-4bit-paged")

Where the weights fit they are filled from experts.bin and the model runs the stock path at stock speed; where they do not, they stream from disk. Reading the machine decides that, not a flag.

To override that: GBX_PAGING=off holds the experts resident.

Checked at build time, while the source checkpoint was still there to compare against:

  • PASS layer-wise vs resident — 42 layers x 2 draws exact, 60.93 GiB peak for this gate

Quantization, tokenizer, chat template and licence are unchanged from pipenetwork/GLM-5.3-Flash-MLX-4bit.

Downloads last month
-
Safetensors
Model size
9B params
Tensor type
U32
·
F32
·
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for GreenBitAI/GLM-5.3-Flash-4bit-paged

Quantized
(1)
this model