Views
No views yet
zai-org/GLM-5.2 (744B total / 39B active MoE,
MIT) down to a ~98 GB 4-bit model that loads and runs fully on a single Apple M5 Max (128 GB). v3's
distinguishing move is soul-targeted expert pruning — the kept experts are chosen by saliency measured on
our facet data, not a generic corpus — plus a deliberately pure vanilla-code core with swappable
heritage "souls" mounted on demand.| ver | prune | quant | size | result |
|---|---|---|---|---|
| v1 | keep 30% experts (generic calib) | 3-bit | 99 GB | broke — hallucinates, sentence-loops |
| v2 | keep 23% experts (code calib) | 4-bit | 98 GB | design coherent; trivia gone (by design) |
| v3 | keep 23% experts (soul calib) | 4-bit | ~98 GB | coherent FOCUS-9 vanilla code (healed) |
23_stream_calibrate) on our facet corpus → score each routed expert.24_apply_prune --ratio 0.77) → keep the top-saliency experts.24b_stream_requantize --bits 4) → uniform 4-bit experts, 4-bit attn, 6-bit head.06_heal_lora) — LoRA on vanilla FOCUS-9 gold; souls heal separately per facet.MISSION_SUMMARY.md.glm52-demolition. Public (MIT — GLM-5.2 is Z.ai Pure-Open).