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 thetom-ai/PsyGuard-Qwopus-27B-alpha:Q5_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": "thetom-ai/PsyGuard-Qwopus-27B-alpha:Q5_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

PsyGuard-Qwopus-27B-alpha

Experimental coding model. Fine-tune of Jackrong/Qwopus3.6-27B-Coder.

alpha — experimental. Internal evals only. Dogfood at your own risk.

Format: Q5_K_M GGUF (llama.cpp / LM Studio / Ollama).

The GGUF bundles an MTP draft head — runs as a normal model, or ~1.8× faster with speculative decode in llama.cpp: --spec-type draft-mtp --spec-draft-n-max 2

Downloads last month
12
GGUF
Model size
27B params
Architecture
qwen35
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 thetom-ai/PsyGuard-Qwopus-27B-alpha

Quantized
(26)
this model