How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="zenlm/zen4-mini-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Zen4 Mini (GGUF)

GGUF quantization of Zen4 Mini for efficient CPU and mixed CPU/GPU inference.

Model Details

Property Value
Parameters Zen4 Mini
Format GGUF (quantized)
Architecture Zen4
License Apache 2.0
Authors Zen LM Authors

Usage

# Using llama.cpp
./llama-cli -m zen4-mini.Q4_K_M.gguf -p "Hello, how can I help you?"

About

Zen4 Mini is a compact, efficient language model from the Zen4 family, optimized for fast inference while maintaining strong general-purpose capabilities.

Developed by: Zen LM Authors

Downloads last month
52
GGUF
Model size
4B 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/zen4-mini-GGUF

Base model

zenlm/zen4-mini
Quantized
(2)
this model