How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Jeethu/MiniCPM5-1B-PARO"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Jeethu/MiniCPM5-1B-PARO",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Jeethu/MiniCPM5-1B-PARO
Quick Links

Jeethu/MiniCPM5-1B-PARO

Pairwise Rotation Quantization for Efficient Reasoning LLM Inference

Paper Blog Models PyPI

ParoQuant is the state-of-the-art INT4 quantization for LLMs. It closes the accuracy gap with FP16 while running at near-AWQ speed. Supports NVIDIA GPUs (vLLM, Transformers) and Apple Silicon (MLX). For more information, see https://github.com/z-lab/paroquant.

Jeethu/MiniCPM5-1B-PARO is a 4-bit openbmb/MiniCPM5-1B quantized with ParoQuant.

Downloads last month
-
Safetensors
Model size
0.5B params
Tensor type
I32
·
F16
·
I16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Jeethu/MiniCPM5-1B-PARO

Quantized
(15)
this model

Datasets used to train Jeethu/MiniCPM5-1B-PARO

Collection including Jeethu/MiniCPM5-1B-PARO

Paper for Jeethu/MiniCPM5-1B-PARO