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 zenlm/zen-coder-24b-gguf:
# Run inference directly in the terminal:
llama-cli -hf zenlm/zen-coder-24b-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf zenlm/zen-coder-24b-gguf:
# Run inference directly in the terminal:
llama-cli -hf zenlm/zen-coder-24b-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 zenlm/zen-coder-24b-gguf:
# Run inference directly in the terminal:
./llama-cli -hf zenlm/zen-coder-24b-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 zenlm/zen-coder-24b-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf zenlm/zen-coder-24b-gguf:
Use Docker
docker model run hf.co/zenlm/zen-coder-24b-gguf:
Quick Links

Zen Coder 24B (GGUF)

GGUF quantization of Zen Coder 24B for efficient CPU and mixed CPU/GPU inference.

Model Details

Property Value
Parameters 24B
Format GGUF (quantized)
Architecture Zen Coder
Context Length 128K tokens
License Apache 2.0
Authors Zen LM Authors

Usage

# Using llama.cpp
./llama-cli -m zen-coder-24b.Q4_K_M.gguf -p "Write a Python function to sort a list"

About

Zen Coder 24B is a code-specialized language model optimized for software development tasks including code generation, completion, refactoring, and debugging.

Developed by: Zen LM Authors

Downloads last month
174
GGUF
Model size
24B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

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 zenlm/zen-coder-24b-gguf

Quantized
(1)
this model
Quantizations
1 model