Model Overview

  • Model Architecture: GlmMoeDsaForCausalLM
    • Input: Text
    • Output: Text
  • Supported Hardware Microarchitecture: AMD MI350/MI355
  • ROCm: 7.1.1
  • PyTorch: 2.10.0+rocm7.1.1.lw.gitd9556b05
  • Transformers: 5.15.1
  • Operating System(s): Linux
  • Inference Engine: vLLM
  • Model Optimizer: AMD-Quark (V0.12)
    • Quantized layers: self_attn, router experts, shared_experts
    • self_attn: FP8 per-block
    • Router experts and shared_experts: MXFP4

This model was built with GLM-5.3 model by applying AMD-Quark for MXFP4 quantization.

Model Quantization

The model was quantized from zai-org/GLM-5.3 using AMD-Quark. The weights and activations are quantized to MXFP4.

Quantization scripts:

cd Quark/examples/torch/language_modeling/llm_ptq/
python quantize_quark.py \
  --model_dir zai-org/GLM-5.3 \
  --output_dir amd/GLM-5.3-Quark-MXFP4 \
  --quant_scheme mxfp4 \
  --exclude_layers \
    "*self_attn*" \
    "*lm_head" \
    "*embed_tokens" \
    "*eh_proj" \
    "*mlp.gate" \
  --file2file_quantization \
  --keep_excluded_layers_as_original_model_state

Deployment

Use with vLLM

This model can be deployed efficiently using the vLLM backends.

Evaluation

The model was evaluated on GSM8K benchmarks.

Accuracy

Benchmark GLM-5.3 GLM-5.3-Quark-MXFP4(this model) Recovery
GSM8K (flexible-extract) 91.89 91.28 99.34%

Reproduction

The GSM8K results were obtained using the lm-evaluation-harness framework, based on the Docker image vllm/vllm-openai-rocm:nightly-44fe2a392b71d52a8d72faf2f8278834379482c9, with vLLM pre-installed inside the image and apply this pr #54566.

pip install lm-eval[api]

export VLLM_ROCM_USE_AITER=1
export VLLM_ROCM_USE_AITER_FP8BMM=0
export VLLM_ROCM_USE_AITER_FP4BMM=0

lm_eval --model vllm \
  --model_args "pretrained=amd/GLM-5.3-Quark-MXFP4,tensor_parallel_size=4,dtype=auto,quantization=quark,max_model_len=32768,trust_remote_code=True,max_num_seqs=32" \
  --tasks gsm8k \
  --batch_size auto

License

Modifications Copyright(c) 2026 Advanced Micro Devices, Inc. All rights reserved.

Downloads last month
1,494
Safetensors
Model size
384B params
Tensor type
F32
BF16
F8_E4M3
U8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support

Model tree for amd/GLM-5.3-Quark-MXFP4-AttnFP8

Base model

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