Views
No views yet
q_b_proj, o_proj, and the shared-expert MLP in most layers) is
swapped to an INT8 mix, freeing enough memory to run a substantially larger
KV-cache pool and a weight-staging overlap system without giving up
single-stream decode speed.bisect-no58) and
cfao-new/ktransformers
(branch kt064-glm52). Those READMEs document the actual measured wins
(sparse attention restoration, native fp8 MLA decode, weight-staging
overlap, and the bugs fixed along the way); this card focuses on the
checkpoint itself.| Component | Precision | Method |
|---|---|---|
| Routed MoE experts (all layers) | INT4, group size 32 | Custom per-group MSE-calibrated quantization (compressed-tensors, symmetric) |
q_b_proj, o_proj, shared-expert MLP (layers 3-77) | INT8, group size 128 | Donor tensors from QuantTrio/GLM-5.2-Int4-Int8Mix |
| Everything else (embeddings, norms, layers 0-2, indexer) | BF16 | Unchanged from the base release |
zai-org/GLM-5.2-FP8 release using a custom MSE grid-search calibrator built
on compressed-tensors; it is not a redistribution of a third-party
quantization. The INT8 attention/shared-expert tensors are QuantTrio's own
public release, mixed in via the module-level scheme their build uses.--attention-backend nsa # native sparse attention (this is a trained-in DSA model)
--kv-cache-dtype fp8_e4m3 # native SM90 fp8 MLA decode
--max-total-tokens 524288 # funded by the memory this quantization mix frees upLICENSE file for the full MIT text and copyright notice.