How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf zenlm/zen-embedding-8B-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "zenlm/zen-embedding-8B-GGUF:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Zen Embedding 8B GGUF

8B Zen embedding model, quantized to GGUF (Q4_K_M) for CPU and mixed CPU/GPU inference with llama.cpp and compatible runtimes.

Repackaged from Qwen/Qwen3-Embedding-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-embedding-8B-Q4_K_M.gguf GGUF Q4_K_M

Usage

from llama_cpp import Llama

llm = Llama.from_pretrained(
    repo_id="zenlm/zen-embedding-8B-GGUF",
    filename="*Q4_K_M.gguf",
    embedding=True,
)
print(llm.create_embedding("Hello!"))

Full-precision safetensors: zenlm/zen-embedding-8B.

License

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

Downloads last month
354
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-embedding-8B-GGUF

Quantized
(41)
this model

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