How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf zenlm/zen-reranker-8B-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "zenlm/zen-reranker-8B-GGUF:Q4_K_M" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

Zen Reranker 8B GGUF

8B Zen reranker, quantized to GGUF (Q4_K_M) for CPU and mixed CPU/GPU re-scoring with llama.cpp.

Repackaged from Qwen/Qwen3-Reranker-8B (apache-2.0, Alibaba Qwen), quantized to GGUF. Not trained from scratch — a permissively-licensed redistribution for the OSS-clean Zen model line.

Files

File Format
zen-reranker-8B-Q4_K_M.gguf GGUF Q4_K_M

Usage

Use with llama.cpp reranking support (llama-server --reranking, /v1/rerank). Full-precision safetensors: zenlm/zen-reranker-8B.

License

apache-2.0. Upstream: Qwen/Qwen3-Reranker-8B by Alibaba Qwen. This repository redistributes a quantized derivative under the same license.

Downloads last month
41
GGUF
Model size
8B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for zenlm/zen-reranker-8B-GGUF

Quantized
(49)
this model

Collection including zenlm/zen-reranker-8B-GGUF