Qwen3.8-27B-MTP-8bit

This repository contains the Multi-Token Prediction (MTP) drafter weights split from Qwen/Qwen3.8-27B and quantized with mlx_vlm.convert for mlx-vlm speculative decoding.

This is not a standalone model. Use it as the draft model alongside a compatible Qwen3.8 27B target checkpoint.

Use with mlx-vlm

mlx_vlm generate \
  --model mlx-community/Qwen3.8-27B-8bit \
  --draft-model mlx-community/Qwen3.8-27B-MTP-8bit \
  --prompt "Write a quicksort in Python." \
  --max-tokens 256 \
  --enable-thinking

--draft-kind mtp is detected automatically from model_type.

Model details

  • Model type: qwen3_5_mtp
  • MTP block size: 3
  • Target architecture: Qwen3.8 27B
  • Precision: MLX affine 8-bit, group size 64
  • Runtime: MLX / mlx-vlm
  • Source revision: 1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0

The adapter holds only the MTP drafter weights; the target supplies the token embeddings and language-model head at runtime. Use an adapter and target derived from the same Qwen3.8 27B checkpoint. The upstream Apache 2.0 license and model limitations continue to apply.

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

8-bit

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

Model tree for mlx-community/Qwen3.8-27B-MTP-8bit

Base model

Qwen/Qwen3.8-27B
Quantized
(195)
this model

Collection including mlx-community/Qwen3.8-27B-MTP-8bit