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 liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF:
# Run inference directly in the terminal:
llama cli -hf liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF:
# Run inference directly in the terminal:
llama cli -hf liodon-ai/MiniCPM5-1B-Base-imatrix-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 liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf liodon-ai/MiniCPM5-1B-Base-imatrix-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 liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF:
Use Docker
docker model run hf.co/liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF:
Quick Links

MiniCPM5-1B-Base — iMatrix GGUF

GGUF quantizations of openbmb/MiniCPM5-1B-Base, published by Liodon AI.

Quick Start

llama.cpp

llama-cli -hf liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF:Q4_K_M

Ollama

ollama run hf.co/liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF:Q4_K_M

LM Studio / Jan — search liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF and pick your quant.

Quants

Quant Size VRAM est. Notes
IQ2_M 0.46 GB ~1 GB 2-bit, iMatrix — smallest usable
IQ3_M 0.56 GB ~1 GB 3-bit, iMatrix — great quality/size tradeoff
IQ4_XS 0.64 GB ~1 GB 4-bit extra-small, iMatrix
Q4_K_M 0.69 GB ~1 GB 4-bit, iMatrix-calibrated (recommended)
Q5_K_M 0.79 GB ~1 GB 5-bit, iMatrix-calibrated
Q6_K 0.89 GB ~1 GB 6-bit, iMatrix-calibrated, near-lossless
Q8_0 1.15 GB ~1 GB 8-bit, essentially lossless

What is iMatrix?

Standard quantization treats all weights equally. iMatrix runs 128 calibration chunks through the full-precision model to find which weights matter most, then allocates more precision where it counts. At Q2/Q3/Q4 this means noticeably better coherence and instruction-following — same file size, better output.

Calibration: 2M tokens of WikiText-103.

Also see plain (non-iMatrix) quants: liodon-ai/MiniCPM5-1B-Base-GGUF

Source


Quantized by Liodon AI

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

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for liodon-ai/MiniCPM5-1B-Base-imatrix-GGUF

Quantized
(23)
this model