How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf bunnycore/MiniCPM5-2B-Code:Q8_0
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "bunnycore/MiniCPM5-2B-Code:Q8_0"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

MiniCPM5-2B-Code : GGUF

This model was converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli -hf bunnycore/MiniCPM5-2B-Code --jinja
  • For multimodal models: llama-mtmd-cli -hf bunnycore/MiniCPM5-2B-Code --jinja

Available model files:

  • MiniCPM5-2B.Q8_0.gguf
Downloads last month
206
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

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

Dataset used to train bunnycore/MiniCPM5-2B-Code