How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf zenlm/zen-nano:
# Run inference directly in the terminal:
llama cli -hf zenlm/zen-nano:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf zenlm/zen-nano:
# Run inference directly in the terminal:
llama cli -hf zenlm/zen-nano:
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-nano:
# Run inference directly in the terminal:
./llama-cli -hf zenlm/zen-nano:
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-nano:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf zenlm/zen-nano:
Use Docker
docker model run hf.co/zenlm/zen-nano:
Quick Links

zen-nano

Superseded by zenlm/zen3-nano — canonical name.

Compact language model for fast inference and edge deployment.

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

Specs

Property Value
Parameters 0.6B (dense)
Architecture Qwen3 (Qwen3ForCausalLM)

License

apache-2.0. Upstream: Qwen/Qwen3-0.6B by Alibaba Qwen (apache-2.0).

Downloads last month
743
Safetensors
Model size
0.6B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with zenlm/zen-nano.

Model tree for zenlm/zen-nano

Finetuned
Qwen/Qwen3-0.6B
Quantized
(378)
this model

Collection including zenlm/zen-nano