How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "majentik/MiniCPM5-1B-Base-TurboQuant-MLX-5bit"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "majentik/MiniCPM5-1B-Base-TurboQuant-MLX-5bit"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "majentik/MiniCPM5-1B-Base-TurboQuant-MLX-5bit",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

MiniCPM5-1B-Base — TurboQuant MLX 5bit

openbmb/MiniCPM5-1B-Base quantized pack, published as MiniCPM5-1B-Base-TurboQuant-MLX-5bit.

Method

MLX quantization via mlx_lm (5bit, group_size 64).

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.

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
24
Safetensors
Model size
0.2B params
Tensor type
BF16
·
U32
·
MLX
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-MLX-5bit

Quantized
(23)
this model