GLM-5.3-NVFP4

Model Overview

  • Model Architecture: GlmMoeDsaForCausalLM
    • Input: Text
    • Output: Text
  • Model Optimizations:
    • Weight quantization: FP4
    • Activation quantization: FP4
  • Format: compressed-tensors
  • Base model: zai-org/GLM-5.3

This is an NVFP4 checkpoint derived from zai-org/GLM-5.3. It is optimized for Blackwell inference with NVFP4 weights and activations while retaining higher precision where needed for model quality.

Model Optimizations

This model uses NVFP4 FP4 (E2M1) weights and activations and two-level scaling. Layers outside of routed experts are left unquantized. The checkpoint uses LLM Compressor's compressed-tensors NVFP4 format.

Deployment

vLLM Serving

vllm serve RedHatAI/GLM-5.3-NVFP4 \
  --served-model-name GLM-5.3-NVFP4 \
  --tensor-parallel-size 4 \
  --kv-cache-dtype fp8_e4m3 \
  --reasoning-parser glm45 \
  --chat-template-content-format string \
  --speculative-config '{"method":"mtp","num_speculative_tokens":5}' \
  --trust-remote-code

Creation

The source model was compressed using an LLM-Compressor with experimental layerwise decompression/compression along with an NVFP4 scheme using perfectblend calibration samples.

Evaluation

This model was evaluated on GSM8K Platinum, IFEval, MATH-500, AIME 2025, and GPQA Diamond using lighteval. Evaluation was run on a vLLM server hosted on 4xB200. Generation used temperature 1.0, the glm45 reasoning parser, FP8 E4M3 KV cache, and the same serving stack for the NVFP4 and local FP8 baseline. GSM8K, IFEval, MATH-500, and GPQA used three seeds; AIME used eight seeds. Recovery is relative to the base model run in the same evaluation harness.

Accuracy

Category Benchmark RedHatAI/GLM-5.3-NVFP4 zai-org/GLM-5.3 (FP8) Recovery
Instruction Following IFEval (prompt-level strict) 85.70% 89.77% 95.5%
Reasoning GSM8K Platinum (strict-match) 96.69% 97.52% 99.1%
MATH-500 (pass@1) 96.27% 95.07% 101.3%
AIME 2025 (pass@1) 89.58% 92.50% 96.8%
GPQA Diamond (pass@1) 90.40% 92.42% 97.8%

Per-seed NVFP4 results:

  • GSM8K: 96.36%, 96.86%, 96.86%
  • IFEval: 85.95%, 85.95%, 85.21%
  • MATH-500: 96.00%, 96.60%, 96.20%
  • AIME 2025: 90.00%, 86.67%, 90.00%, 90.00%, 93.33%, 90.00%, 86.67%, 90.00%
  • GPQA Diamond: 90.40%, 91.41%, 89.39%
Downloads last month
454
Safetensors
Model size
753B params
Tensor type
BF16
·
F32
·
U8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for RedHatAI/GLM-5.3-NVFP4

Base model

zai-org/GLM-5.3
Quantized
(59)
this model