Views
No views yet
| File | What it is |
|---|---|
model.safetensors (+ index) | 4-bit affine MLX trunk, group size 64 (4.5 bpw, ~5.0 GB) |
mtp.safetensors | Native MTP head sidecar (Qwen3.5-9B lineage) |
mtp-adapter-r64.npz | Trained C4 LoRA MTP adapter (rank 64) that lifts draft acceptance on this fine-tune |
mtplx_runtime.json | MTPLX runtime contract (depth, hidden variant, sampler) |
mtp.safetensors, so the
base sidecar stays reusable.mlx_lm.convert --q-bits 4 --q-group-size 64.brew install youssofal/mtplx/mtplx).1mtplx serve \
2 --model . \
3 --model-id qwen-heretic \
4 --mtp --depth 2 \
5 --profile sustained \
6 --verify-strategy capture_commit \
7 --verify-core linear-gdn-from-conv-tape \
8 --mtp-adapter mtp-adapter-r64.npz --merge-mtp-adapter \
9 --host 127.0.0.1 --port 8080/v1/chat/completions and Anthropic /v1/messages (Claude Code / OMP compatible).<think> block; budget tokens accordingly.