How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf RoroMachine14/nanbeige-4.1-3b-deepseek-distilled:Q8_0
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": "RoroMachine14/nanbeige-4.1-3b-deepseek-distilled:Q8_0"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Nanbeige-4.1-3B fine-tuned on sequelbox/Tachibana4-DeepSeek-V4-Pro. Inherits Nanbeige-4.1's built-in reasoning/thinking capability, reinforced with DeepSeek-V4-Pro coding and math traces. Capable of structured reasoning, summation/integration problems, and code generation with step-by-step explanation. 3B parameter model runnable on consumer hardware via transformers or llama.cpp.

Downloads last month
4,894
Safetensors
Model size
4B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for RoroMachine14/nanbeige-4.1-3b-deepseek-distilled

Quantized
(56)
this model

Dataset used to train RoroMachine14/nanbeige-4.1-3b-deepseek-distilled