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 owao/KAT-Coder-V2.5-Dev-Q5_K_M-GGUF:Q5_K_M
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": "owao/KAT-Coder-V2.5-Dev-Q5_K_M-GGUF:Q5_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

owao/KAT-Coder-V2.5-Dev-Q5_K_M-GGUF

This model was converted to GGUF format from Kwaipilot/KAT-Coder-V2.5-Dev using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

Downloads last month
47
GGUF
Model size
35B params
Architecture
qwen35moe
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 owao/KAT-Coder-V2.5-Dev-Q5_K_M-GGUF

Quantized
(68)
this model