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 marinarosa/minicpm5-1b-vivamais-v1-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "marinarosa/minicpm5-1b-vivamais-v1-GGUF:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

minicpm5-1b-vivamais-v1-GGUF

GGUF export of marinarosa/minicpm5-1b-vivamais-v1 for llama.cpp-compatible local inference.

  • Quantization: Q4_K_M
  • Model file: minicpm5-1b-vivamais-v1-Q4_K_M.gguf
  • Target use: Viva Mais dashboard Q&A in Brazilian Portuguese

This repo contains only the redacted fine-tuned model export. Raw WhatsApp exports, full transcriptions, and client identifiers are not published.

llama.cpp

Use a recent llama.cpp build with MiniCPM5 support:

cat > prompt.txt <<'EOF'
<|im_start|>system
Voce responde perguntas do painel Viva Mais usando apenas o contexto fornecido.
<|im_end|>
<|im_start|>user
Pergunta aqui
<|im_end|>
<|im_start|>assistant
EOF

llama-cli -m minicpm5-1b-vivamais-v1-Q4_K_M.gguf -c 4096 -ngl 99 -f prompt.txt

For app parity, render chat prompts with the MiniCPM5 chat template and enable_thinking=False.

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

4-bit

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

Model tree for marinarosa/minicpm5-1b-vivamais-v1-GGUF

Space using marinarosa/minicpm5-1b-vivamais-v1-GGUF 1