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 zaydiscold/Qwopus3.6-27B-v2-Q6_K-GGUF:Q6_K
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": "zaydiscold/Qwopus3.6-27B-v2-Q6_K-GGUF:Q6_K"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Qwopus3.6-27B-v2 Q6_K GGUF

Q6_K quantization of Jackrong/Qwopus3.6-27B-v2 via stock llama.cpp (ggml-org/llama.cpp), built locally with Metal support on Apple Silicon. Preserves MTP draft heads from the source.

Use

llama-cli -m Qwopus3.6-27B-v2-Q6_K.gguf -p "Hi"

Author's temperature recommendation: 0.75–1.0.

Credits


Mix brought by the NOTORIOUS MLX.

Downloads last month
25
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

6-bit

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

Model tree for zaydiscold/Qwopus3.6-27B-v2-Q6_K-GGUF

Quantized
(59)
this model

Collection including zaydiscold/Qwopus3.6-27B-v2-Q6_K-GGUF