Views
No views yet
mtp/weights.safetensors sidecar, for native MTP speculative
decoding in mlx-serve on Apple Silicon.1mlx-serve --model ./Ornith-1.0-9B-4bit-MTP-MLX-Serve
2# or download via the model browser in MLX Core.app--no-mtp or per-request enable_mtp:false; go deeper with --mtp-depth.
The base verifies every drafted token (exact rejection sampling) — output distribution unchanged, only faster.qwen3_5, hidden 4096, g64), repackaged from
pavantippannagari/Ornith-1.0-9B-mlx-4Bit.mtp/weights.safetensors: KL-distilled head re-aligned to Ornith (from protoLabsAI/Ornith-1.0-9B-MTP) (15 tensors, bf16 — mlx-serve's loadLinear accepts plain bf16 linears).src/mtp.zig loader
(fc [H,2H]→[2H,H]=[8192,4096], all 15 names present, bf16 linears). Base hidden matches head; fc geometry passes validateGeometry.
Not run on-device here (built on a Linux/CUDA box; mlx-serve is Apple-Silicon only) — confirm
acceptance rate on your Mac. A GGUF sibling (smoke-tested, ~0.81–0.83 draft acceptance) is at
giaki3003/Ornith-1.0-9B-MTP-GGUF.