An MLX 6-bit affine (group 64) build of nightmedia's Akka merge — a
Tess-based blend whose declared bases include migtissera/Tess-4-27B,
nbeerbower/Wichtel-Qwen3.6-27B, nbeerbower/CHUD-Qwen3.6-27B, the DavidAU
family (Claude-4.6-OS-INSTRUCT, Heretic2, Polar, F451), and
armand0e/Qwen3.6-27B-Fable-5-Experimental.
Text-only. Vision tower is not included.
Why this artifact is unusual
A proved negative, not an absent one. The source carries a 15-tensor MTP
draft head. We attempted full MTP contract calibration and it failed at
0.0% draft-target agreement — so we shipped without the head and we
shipped the evidence of why. Most merge quants either silently strip the
head or ship a broken one that loads fine and has no working draft
acceleration. Here the failure condition is measured, documented, and
reproducible: receipts/build_outcome.json (verdict
contract_calibration_failed), receipts/calibrate.json (per-depth
agreement arrays).
First MLX port of the Akka merge — the Tess/cultural-artifact lineage
made runnable on Apple Silicon with a full, honest audit trail. This is the
same pipeline that produced the Fable-711 MTPLX quants, so the two
generations of nightmedia/DavidAU-adjacent art are directly comparable.
Comparative quality anchor, not a vibe. WikiText-2 PPL is reported as a
pair against the Fable-711 MLX 6-bit artifact measured in the same
harness, same machine, same window budget — so the +0.139 delta means
something rather than an absolute number floating alone.
Reproducible to the failure. The MTP head here was added post-merge via
script (per its author's own notes) and was never trained on this body. The
receipts record the exact agreement numbers, so the diagnosis — and the
training path that would fix it — is defined, not guessed.
Scope — read before assuming anything
AR-only. No MTP. No speculative acceleration. MTP contract calibration
against this merged trunk failed at 0.0% top-1 draft agreement (0/64 at
every tested depth; even top-8 only 2/64; best_agreement = 0.0). Shipping
that head would produce a model that "loads and generates fine" with a
silently non-functional draft head — the worst failure mode, because nothing
errors. It is therefore not included. Do not expect MTP or MTP-style
speedups.
No vision. The source is image-text-to-text (333 vision tensors). This
conversion is the language body only; vision_config is absent.
Not a quality claim. This is an early derivative intended as a health
checkpoint and study artifact; a fresh blind behavioral eval is not yet
complete (refusal/scoring harness runs planned).
What is included
20 GB, 5 safetensors shards, 6-bit affine, group 64.
The language body is complete: all 848 source body-layer tensors are
present; 0 dropped (1847 tensors total in the artifact index, including
affine scale/bias companions).
Verified on-device before upload: full index/shards resolve 1847/1847, AR
generation coherent on the M5 Max.
Usage
Plain MLX checkpoint — no MTP sidecar, no special flags:
WikiText-2 PPL, ctx 2048, 120 windows (this repo's harness)
6.386
Same-harness delimiter: Fable-711 MLX 6-bit
6.247 (Δ +0.139, ≈ +2.2%)
MTP agreement (source head vs trunk), depths 1–3
0.0% (top-1 0/64; top-8 2/64)
The PPL harness here (bench-lounge/ppl.py) is a new implementation and is
not numerically comparable to the 5.7358 figure on the Fable-711 card.
Read the delta between the two same-harness rows, not the absolutes.
No peak-memory figure is claimed — it was not measured on this build.
Receipts (in-repo, receipts/)
File
Contents
build_outcome.json
Forge verdict contract_calibration_failed; full probe diagnostic
Forge recipe: body_bits=6, body_group_size=64, body_mode=affine,
body_dtype=bf16, MTP contract calibration enabled and allowed to fail
(it did). Same forge pipeline as the Fable-711 MTPLX 4/6/8-bit quants.
Package and audit by philipjohnbasile; see the linked discussion on the
source thread for the calibration methodology.
Apache-2.0, inherited from the source model.
Intended use / limits
Research, study, and creative work — not a product claim.
No MTP speedup; treat AR-only throughput (~20 tok/s on M5 Max class) as the
ceiling for this artifact.
If you need a working MTP build of this lineage, the head requires
fine-tuning onto the merged body first — the calibration failure is the
definition of that requirement, and it is now on record.