How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf lovedheart/GLM-4.5-Air-GGUF-IQ1_M:
# Run inference directly in the terminal:
llama-cli -hf lovedheart/GLM-4.5-Air-GGUF-IQ1_M:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf lovedheart/GLM-4.5-Air-GGUF-IQ1_M:
# Run inference directly in the terminal:
llama-cli -hf lovedheart/GLM-4.5-Air-GGUF-IQ1_M:
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 lovedheart/GLM-4.5-Air-GGUF-IQ1_M:
# Run inference directly in the terminal:
./llama-cli -hf lovedheart/GLM-4.5-Air-GGUF-IQ1_M:
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 lovedheart/GLM-4.5-Air-GGUF-IQ1_M:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf lovedheart/GLM-4.5-Air-GGUF-IQ1_M:
Use Docker
docker model run hf.co/lovedheart/GLM-4.5-Air-GGUF-IQ1_M:
Quick Links

Use unsloth BF16 GGUF to quantize IQ1_M/S. Blk.46 is not being used in llama.cpp therefore the weights of blk.46 are quantized to TQ1_0 to have minimum memory allocation.


Added MXFP4 version:

  1. MXFP4: Embedding, Output are kept with Q6_K. The attn layers use IQ4_XS. All ffn expert layers including shared experts are quantized to SOTA MXFP4.
  2. MXFP4 Max: Embedding, Output and attn layers are kept with Q6_K. First layer uses full precision. The rest of ffn expert layers are quantized to SOTA MXFP4. The shared experts weights keep BF16.
Downloads last month
19
GGUF
Model size
110B params
Architecture
glm4moe
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

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

Model tree for lovedheart/GLM-4.5-Air-GGUF-IQ1_M

Quantized
(61)
this model

Collection including lovedheart/GLM-4.5-Air-GGUF-IQ1_M