Altar-1 — a 504B parameter Prune of GLM-5.3
123
8 commits
1 linked in READMEs
updated Sep 20, 2026
GLM-5.3 with 34% of its experts removed, at INT4 — 328 GB, built to serve on 4× H200 (Hopper) in vLLM. Altar-1 was calibrated on cybersecurity traces, coding, tool calling, reasoning, and English. Additionally we used multi-lingual wikipedia articles.
GLM-5.3 is a 753B mixture-of-experts model: each token uses 8 of 256 expert sub-networks per layer (~40B active). REAP (Router-weighted Expert Activation Pruning) scores each expert’s real contribution and deletes the least useful ones — no retraining. This cut keeps 168 of 256 experts per layer.
The experts are then INT4 W4A16 (compressed-tensors, AWQ), taken from the cyankiwi/GLM-5.3-AWQ-INT4 base. Only the routed experts are 4-bit; attention, the shared expert, the dense layers, and the head stay BF16. vLLM auto-selects the Marlin MoE kernel. Routing is untouched: 8 experts per token out of the 168 that remain, ~40B active parameters, same as the unpruned model.
KL divergence vs full BF16: 0.506 nats (sealed 25-prompt panel, full 154k vocabulary). KL is the standard “how differently do these two models predict” score — 0 = identical, lower = closer. For reference, an EXL3 build of the same 168-expert cut measures 0.511 — at this bit-width the quantization format barely moves the result. Full numbers: fidelity study.
Instead of keeping the globally most-frequent experts (which deletes a domain’s specialists), each expert is scored by its largest share of any single domain’s routed work, so every domain — code, rare languages, structured output — keeps its specialists. Head-to-head vs frequency pruning: fidelity study.
vllm serve aikido/altar-1 --tensor-parallel-size 4 --trust-remote-code --max-model-len 131072
Requires Hopper (H100/H200). 328 GB of weights across 4× H200 leaves room for a 128k-context KV cache at production batch sizes; vLLM selects the Marlin MoE kernel automatically.
Observations: glm-5.3-reap-observations-v1 · Fidelity study: glm-5.3-reap-fidelity-study · Built on 8× NVIDIA RTX PRO 6000 Blackwell.
To get help deploying this model to your organization, contact yannick@aikido.dev
If you want to put this model to the test, some of Aikido's products are already powered by Altar, try them today:
Inherits the GLM-5.3 license.
Altar-1 — a 504B parameter Prune of GLM-5.3
123
8 commits
1 linked in READMEs
updated Sep 20, 2026
GLM-5.3 with 34% of its experts removed, at INT4 — 328 GB, built to serve on 4× H200 (Hopper) in vLLM. Altar-1 was calibrated on cybersecurity traces, coding, tool calling, reasoning, and English. Additionally we used multi-lingual wikipedia articles.
GLM-5.3 is a 753B mixture-of-experts model: each token uses 8 of 256 expert sub-networks per layer (~40B active). REAP (Router-weighted Expert Activation Pruning) scores each expert’s real contribution and deletes the least useful ones — no retraining. This cut keeps 168 of 256 experts per layer.
The experts are then INT4 W4A16 (compressed-tensors, AWQ), taken from the cyankiwi/GLM-5.3-AWQ-INT4 base. Only the routed experts are 4-bit; attention, the shared expert, the dense layers, and the head stay BF16. vLLM auto-selects the Marlin MoE kernel. Routing is untouched: 8 experts per token out of the 168 that remain, ~40B active parameters, same as the unpruned model.
KL divergence vs full BF16: 0.506 nats (sealed 25-prompt panel, full 154k vocabulary). KL is the standard “how differently do these two models predict” score — 0 = identical, lower = closer. For reference, an EXL3 build of the same 168-expert cut measures 0.511 — at this bit-width the quantization format barely moves the result. Full numbers: fidelity study.
Instead of keeping the globally most-frequent experts (which deletes a domain’s specialists), each expert is scored by its largest share of any single domain’s routed work, so every domain — code, rare languages, structured output — keeps its specialists. Head-to-head vs frequency pruning: fidelity study.
vllm serve aikido/altar-1 --tensor-parallel-size 4 --trust-remote-code --max-model-len 131072
Requires Hopper (H100/H200). 328 GB of weights across 4× H200 leaves room for a 128k-context KV cache at production batch sizes; vLLM selects the Marlin MoE kernel automatically.
Observations: glm-5.3-reap-observations-v1 · Fidelity study: glm-5.3-reap-fidelity-study · Built on 8× NVIDIA RTX PRO 6000 Blackwell.
To get help deploying this model to your organization, contact yannick@aikido.dev
If you want to put this model to the test, some of Aikido's products are already powered by Altar, try them today:
Inherits the GLM-5.3 license.