Qwen3.8-Flash-Next-4bit-paged

Expert-paged build of Vontra/Qwen3.8-Flash-Next-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 3.80 GiB resident weights
experts.bin 70.31 GiB routed experts
ple-q4.rows 29.80 GiB n-gram table

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

from gbx_lm.utils import load
model, tokenizer = load("GreenBitAI/Qwen3.8-Flash-Next-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.

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

  • PASS bit-identical logits — exact on 5 prompt(s) to 160 tokens; 1 longer differ by at most 6.8, same greedy token throughout
  • PASS layer-wise vs resident — 48 layers x 2 draws exact, 88.89 GiB peak for this gate

Quantization, tokenizer, chat template and licence are unchanged from Vontra/Qwen3.8-Flash-Next-MLX-4bit.

Downloads last month
64
Safetensors
Model size
1B params
Tensor type
BF16
·
U32
·
I64
·
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/Qwen3.8-Flash-Next-4bit-paged

Quantized
(135)
this model