How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf icecubetr/GLM-5.2-REAM-GGUF:Q2_K
# Run inference directly in the terminal:
llama cli -hf icecubetr/GLM-5.2-REAM-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf icecubetr/GLM-5.2-REAM-GGUF:Q2_K
# Run inference directly in the terminal:
llama cli -hf icecubetr/GLM-5.2-REAM-GGUF:Q2_K
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf icecubetr/GLM-5.2-REAM-GGUF:Q2_K
# Run inference directly in the terminal:
./llama-cli -hf icecubetr/GLM-5.2-REAM-GGUF:Q2_K
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf icecubetr/GLM-5.2-REAM-GGUF:Q2_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf icecubetr/GLM-5.2-REAM-GGUF:Q2_K
Use Docker
docker model run hf.co/icecubetr/GLM-5.2-REAM-GGUF:Q2_K
Quick Links

GLM-5.2-REAM-GGUF

What this is

  • Base: coder3101/GLM-5.2-REAM which was removed after I downloaded it, which is based on zai-org/GLM-5.2 (glm_moe_dsa, ~753B MoE).
  • Runs as full MLA attention (the DSA lightning-indexer is not used at inference — same simplification as the upstream conversion).
  • Quantized using llama.cpp.

⚠️ Untested

  • This release is untested as I don't have the compute resources to run it.
Downloads last month
2,399
GGUF
Model size
381B params
Architecture
glm-dsa
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for icecubetr/GLM-5.2-REAM-GGUF

Base model

zai-org/GLM-5.2
Quantized
(83)
this model