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 Melvin56/GLM-Z1-9B-0414-abliterated-GGUF:
# Run inference directly in the terminal:
llama-cli -hf Melvin56/GLM-Z1-9B-0414-abliterated-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Melvin56/GLM-Z1-9B-0414-abliterated-GGUF:
# Run inference directly in the terminal:
llama-cli -hf Melvin56/GLM-Z1-9B-0414-abliterated-GGUF:
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 Melvin56/GLM-Z1-9B-0414-abliterated-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf Melvin56/GLM-Z1-9B-0414-abliterated-GGUF:
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 Melvin56/GLM-Z1-9B-0414-abliterated-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Melvin56/GLM-Z1-9B-0414-abliterated-GGUF:
Use Docker
docker model run hf.co/Melvin56/GLM-Z1-9B-0414-abliterated-GGUF:
Quick Links

Melvin56/GLM-Z1-9B-0414-abliterated-GGUF

Original Model : huihui-ai/GLM-Z1-9B-0414-abliterated

Llama.cpp build: 558a7647 (5190)

I used imatrix to create all these quants using this Dataset.

Update-01
  * [Fixed Quant] Re-quantized all quants with build: 558a7647 (5190)
CPU (AVX2) CPU (ARM NEON) Metal cuBLAS rocBLAS SYCL CLBlast Vulkan Kompute
K-quants ✅ 🐢5 ✅ 🐢5
I-quants ✅ 🐢4 ✅ 🐢4 ✅ 🐢4 Partial¹
✅: feature works
🚫: feature does not work
❓: unknown, please contribute if you can test it youself
🐢: feature is slow
¹: IQ3_S and IQ1_S, see #5886
²: Only with -ngl 0
³: Inference is 50% slower
⁴: Slower than K-quants of comparable size
⁵: Slower than cuBLAS/rocBLAS on similar cards
⁶: Only q8_0 and iq4_nl
Downloads last month
79
GGUF
Model size
9B params
Architecture
glm4
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for Melvin56/GLM-Z1-9B-0414-abliterated-GGUF

Quantized
(24)
this model

Collection including Melvin56/GLM-Z1-9B-0414-abliterated-GGUF