CoolFace
Modelpublic

mlx-community/Qwen3.8-Flash-Next-oQ8e-mtp

sourceHugging Faceotherupdated 24d agoView on Hugging Face
2likes1.4kdownloads
Model Card

Qwen3.8-Flash-Next-oQ8e-mtp

This model was quantized using oQ in oMLX v0.6.4. oQe (imatrix). MTP kept.

Quantization details

  • —Model type: qwen4_exp
  • —Bits: 8
  • —Group size: 64
  • —Format: MLX safetensors
  • —oMLX: Jundot v0.6.4 (source)
  • —Parameters: 125B total, 6B activated, 51B n-gram embedding, 4B MTP
  • —MTP: preserved (76 mtp.* tensors)
  • —Source: Qwen/Qwen3.8-Flash-Next, converted to MLX, then oQe with preserve_mtp

Benchmark

Apple M3 Ultra, 256 GB. oMLX 0.6.4. Thinking off, temperature 0, Lightning MTP depth 3. oQ4e is Jundot/Qwen3.8-Flash-Next-oQ4e-mtp on the same machine.

Write speed is how fast the reply is generated (generation_tokens_per_second). Read speed is how fast the prompt is ingested (prompt_tokens_per_second).

Coding task: write a Python Fibonacci function, no comments. All three packs stopped on their own.

oQ4eoQ6eoQ8e
Time to completion1.74 s2.07 s2.57 s
Time to first token0.51 s0.64 s0.67 s
Tokens written798080
Write speed (tok/s)64.456.142.1
Read speed (tok/s)51.240.338.9

Longer prompts (256-token generation cap):

Write speed (tok/s)

ContextoQ4eoQ6eoQ8e
Short code64.456.142.1
4K56.544.941.9
8K56.344.843.7
16K52.948.347.5

Read speed (tok/s)

ContextoQ4eoQ6eoQ8e
Short code51.240.338.9
4K732597581
8K772728716
16K729785763

Raw timings: bench.json (this pack) and bench-compare.json (all three).