How to use from
OpenClaw
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "EigenLabs/Qwen3.5-9B-MLX-4bit-mtp"
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "EigenLabs/Qwen3.5-9B-MLX-4bit-mtp" \
  --custom-provider-id mlx-lm \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

Qwen3.5-9B MLX W4/g64 + Embedded W4 MTP

This is a full vision-language MLX conversion of Qwen/Qwen3.5-9B with the model's native one-layer MTP proposal head embedded in the same indexed safetensors weight set under the mtp.* prefix.

  • Language target and vision tower: byte-identical to mlx-community/Qwen3.5-9B-MLX-4bit (W4/g64 affine, BF16 scales/biases).
  • MTP head: the 15 native mtp.* tensors from the source checkpoint, RMSNorm weights converted to the MLX x·w convention (+1) and the 8 linear modules quantized to W4/g64 affine with BF16 scales/biases (~137 MB).
  • Declared via mtplx_mtp / mtplx_mtp_quantization in config.json (prefix: "mtp.", block_size: 3). The head shares the target embedding and LM head, as intended by the source architecture.

There is no separate MTP repository: the proposal head travels inside the checkpoint, so the draft/target pairing cannot drift.

Measured (M4 Max, 546 GB/s, temperature 0)

Configuration decode tok/s
target only 47.9–48.5
embedded MTP 73–83

Conversion notes

Raw source mtp.* norms are stored in the Qwen3-Next x·(1+w) convention and MUST be shifted by +1 for MLX runtimes; quantization scales/biases MUST be bfloat16. Raw norms produce a head whose drafts are rejected (slower than no MTP at all); float16 scales fail the assistant load, which serving stacks should surface as a logged fallback to target-only decoding.

Downloads last month
177
Safetensors
Model size
10B params
Tensor type
U32
·
BF16
·
F32
·
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 EigenLabs/Qwen3.5-9B-MLX-4bit-mtp

Finetuned
Qwen/Qwen3.5-9B
Quantized
(512)
this model