Red Hat Shrinks GLM-5.3-Flash to 4-Bit for NVIDIA Blackwell GPUs

Red Hat AI shipped an NVFP4 quantization of Z.ai's 320B GLM-5.3-Flash, shrinking the model to run on vLLM with FP4 activations while holding reasoning benchmarks near the original.

·
·
Red Hat Shrinks GLM-5.3-Flash to 4-Bit for NVIDIA Blackwell GPUsPRO
  • Red Hat AI released an NVFP4 quantization of Z.ai's 320B GLM-5.3-Flash for vLLM.
  • Weights and activations both compressed to FP4 with group size 16; vision tower and embeddings kept full precision.
  • Benchmarks hold up: GPQA Diamond 90.57%, AIME25 86.67%, GSM8K 97.74%, MATH-500 94.87%.
  • Built with LLM Compressor; ships with vLLM, SGLang, and Docker recipes.
  • Supports MTP speculative decoding out of the box for extra throughput on Blackwell GPUs.
  • Joins GGUF, MLX, AWQ, and Quark MXFP4 community builds of the MIT-licensed GLM-5.3-Flash.

Red Hat Releases an NVFP4 Build of GLM-5.3-Flash

Red Hat AI has published an NVFP4 checkpoint of Z.ai’s MIT-licensed GLM-5.3-Flash. The release compresses the model’s transformer layers to a 4-bit floating-point format designed for NVIDIA Blackwell GPUs, with serving support through vLLM and SGLang.

GLM-5.3-Flash is a multimodal mixture-of-experts model with 320 billion total parameters and about 18 billion active for each token. Activating a smaller subset reduces per-token computation, while serving still requires access to the complete 320B-parameter checkpoint.

Z.ai reports that GLM-5.3-Flash outperforms GLM-5.2 across its benchmark suite at one-tenth the inference price and approaches Claude Opus 4.8 on coding and agentic evaluations. The architecture combines linear attention for local state tracking with indexed sparse attention for retrieving global context. Its advertised context window reaches one million tokens.

Four bits, selectively applied

NVFP4 is NVIDIA’s 4-bit floating-point format for Blackwell Tensor Cores. Red Hat quantized weights and activations inside the transformer’s linear operators, using groups of 16 values with local scaling. The vision tower, token embeddings, and output head retain their original precision to limit quality loss in sensitive parts of the network.

Red Hat created the checkpoint with LLM Compressor, the vLLM project’s open-source quantization toolkit. The files use the compressed-tensors format and contain F32, BF16, U8, and F8_E4M3 tensors. U8 tensors hold packed 4-bit values, FP8 tensors store scaling data, and higher-precision tensors cover the modules excluded from quantization.

Pro article

This story is for Pro members

You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.

Trending
  • No trending articles

Comments

avatar

Next Reads