12
stars
4
commits
1
repos using this model
1
linked in READMEs
Aug 29, 2026
updated
Quantized version of zai-org/GLM-5.3-Flash.
If you come here with older cards like A100, A6000 or 3090, consider using our vLLM fork which has served billions of tokens for frontier models with older GPUs.
Weight-only INT4 (symmetric, group size 128) via AWQ, stored in the compressed-tensors pack-quantized format. Calibrated from the official FP8 release (dequantized to BF16 first).
Quantized (INT4 W4A16):
mlp.experts.{0..287}.{gate_proj, up_proj, down_proj} (~312B of the 321B parameters)Kept in BF16 (not quantized):
embed_tokens) and lm_headself_attn.{q,k,v,o}_proj, forget gate) and DSA/MLA attention (q_a/q_b/kv_a/kv_b_proj, indexer)attn_hc.*, ffn_hc.*)mlp.gate) and shared experts (mlp.shared_experts.*)model.visual.*)layers.45.*, dequantized from the FP8 source to BF16)4 commits
12
stars
4
commits
1
repos using this model
1
linked in READMEs
Aug 29, 2026
updated
Quantized version of zai-org/GLM-5.3-Flash.
If you come here with older cards like A100, A6000 or 3090, consider using our vLLM fork which has served billions of tokens for frontier models with older GPUs.
Weight-only INT4 (symmetric, group size 128) via AWQ, stored in the compressed-tensors pack-quantized format. Calibrated from the official FP8 release (dequantized to BF16 first).
Quantized (INT4 W4A16):
mlp.experts.{0..287}.{gate_proj, up_proj, down_proj} (~312B of the 321B parameters)Kept in BF16 (not quantized):
embed_tokens) and lm_headself_attn.{q,k,v,o}_proj, forget gate) and DSA/MLA attention (q_a/q_b/kv_a/kv_b_proj, indexer)attn_hc.*, ffn_hc.*)mlp.gate) and shared experts (mlp.shared_experts.*)model.visual.*)layers.45.*, dequantized from the FP8 source to BF16)4 commits