GGUF quantization of zai-org/GLM-4.7-Flash — a 30B-parameter Mixture-of-Experts language model with ~3.2B active parameters per token, built on the DeepSeek2 architecture with Multi-head Latent Attention (MLA) and 64 routed experts.
Quantized to NVFP4 format for efficient inference with minimal quality loss.
About NVFP4
NVFP4 is NVIDIA's native 4-bit floating-point format (E4M3) for Blackwell GPUs. It stores weights in FP4 with a shared per-block scale, enabling native Blackwell tensor core acceleration with no dequantization overhead during inference. Compared to INT4 formats, NVFP4 offers better dynamic range (E4M3 vs E2M1) and maintains higher quality at similar bit widths.
Files
Filename
Type
Size
Description
glm-4.7-flash-nvfp4.gguf
GGUF (NVFP4)
15.79 GB
Quantized model weights
README.md
Markdown
-
Model card
Quantization Details
Property
Value
Format
NVFP4
Bits Per Weight
4.53 BPW
File Size
15.79 GB
Tensor Count
844
Architecture
DeepSeek2 (custom for GLM-4.7-Flash)
Model Description
Developer: Zhipu AI
Architecture: Mixture-of-Experts (MoE) with DeepSeek2-style MLA