How to use from the
Use from the
Trellis library
# No code snippets available yet for this library.

# To use this model, check the repository files and the library's documentation.

# Want to help? PRs adding snippets are welcome at:
# https://github.com/huggingface/huggingface.js

MiniCPM5-2B — Pollard

Pollard shrank this model: 5.04 GB (f16) → 1.41 GB72% smaller, 3.6× down.

The smallest rung here; larger, higher-fidelity rungs are listed below.

format this model's size
f16 5.04 GB
Q8_0 ~2.67 GB
Q6_K ~2.07 GB
Q4_K_M ~1.46 GB
PollardMix (this repo's IQ4_XS) 1.41 GB

Pollard builds of openbmb/MiniCPM5-2B made with Pollard Weights — a ladder of measured-allocation quants (bits placed by per-layer sensitivity, not a uniform crush).

Standard GGUF — runs in stock llama.cpp / ik_llama.cpp, Ollama, LM Studio. Trellis (IQ*_KT) files need ik_llama.cpp; the K-quants run anywhere.

Model details

Parameter count ~2.5B
Architecture llama
Input support text
imatrix no
Perplexity measured yes — table below

Which file should I choose?

Every rung is the same weights, sized to a different RAM budget by the measured allocation. Pick the largest one that fits your machine with room for context:

  • ~4 GB RAM / VRAMQ6_K (2.07 GB). Q6_K
  • ~4 GB RAM / VRAMQ5_K_M (1.74 GB). Q5_K_M
  • ~3 GB RAM / VRAMIQ4_XS (1.41 GB). IQ4_XS

Available files

file PPL size Mean KLD notes
MiniCPM5-2B-Pollard-IQ4_XS.gguf 1.41 GB IQ4_XS
MiniCPM5-2B-Pollard-Q5_K_M.gguf 1.74 GB Q5_K_M
MiniCPM5-2B-Pollard-Q6_K.gguf 2.07 GB Q6_K

Download a specific file

pip install -U "huggingface_hub[cli]"
hf download PollardWeights/MiniCPM5-2B-Pollard \
  --include "MiniCPM5-2B-Pollard-IQ4_XS.gguf" --local-dir ./

How to run

These are standard GGUF and run with llama.cpp:

llama-server -hf PollardWeights/MiniCPM5-2B-Pollard:IQ4_XS

or from a local file:

llama-cli    -m MiniCPM5-2B-Pollard-IQ4_XS.gguf -ngl 99 -p "Explain why the sky is blue."
llama-server -m MiniCPM5-2B-Pollard-IQ4_XS.gguf -ngl 99      # OpenAI-compatible API + web UI at :8080

They also work in anything built on llama.cpp — LM Studio, koboldcpp, Jan, ramalama, Ollama (ollama run hf.co/PollardWeights/MiniCPM5-2B-Pollard).

ARM / AVX

llama.cpp repacks weights into an interleaved layout at load time for faster inference on ARM and AVX machines — no special file needed, online repacking covers these quants. The old Q4_0_4_4/4_8/8_8 variants are not required.

Errata

  • Trellis (IQ*_KT) quants need ik_llama.cpp to build/run; K-quants run in any recent llama.cpp.
  • Measured allocation places bits by per-layer sensitivity under a size budget.
  • Single machine; replication invited.

Credits & license

Built with Pollard Weights — frontier models, small hardware, no compromise.

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

4-bit

5-bit

6-bit

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

Model tree for PollardWeights/MiniCPM5-2B-Pollard

Quantized
(44)
this model