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

KV-cache quantization (upstream, no fork needed): llama.cpp/Ollama cover this natively — -ctk q8_0 -ctv q8_0 (half KV memory, negligible quality loss) or -ctk q4_0 -ctv q4_0 (quarter memory, small quality cost). In Ollama: OLLAMA_KV_CACHE_TYPE=q8_0 with OLLAMA_FLASH_ATTENTION=1.

MiniCPM5-1B-Base — TurboQuant GGUF Q5_K_M

openbmb/MiniCPM5-1B-Base quantized pack, published as MiniCPM5-1B-Base-TurboQuant-GGUF-Q5_K_M.

Method

llama.cpp Q5_K_M quantization.

Release line

Released under the TurboQuant line. RotorQuant and TurboQuant are this project's release labels for this pack, not distinct quantization algorithms — both brand repos carry byte-identical weights. No brand-specific speedup is claimed or measured.

Modality

pipeline_tag: text-generation. This is a llama.cpp GGUF conversion of the text tower; no modality beyond pipeline_tag above is claimed or included.

License

This pack is a derivative of openbmb/MiniCPM5-1B-Base; all credit for the original model, training, and weights belongs to the upstream authors. This repo republishes a quantized conversion of those weights only.

Governed by the apache-2.0. See the upstream repo and the linked license for the full terms — no license text is reproduced here.

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

5-bit

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

Model tree for majentik/MiniCPM5-1B-Base-TurboQuant-GGUF-Q5_K_M

Quantized
(23)
this model