How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q
# Run inference directly in the terminal:
llama cli -hf Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q
# Run inference directly in the terminal:
llama cli -hf Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q
# Run inference directly in the terminal:
./llama-cli -hf Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q
Use Docker
docker model run hf.co/Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q
Quick Links

⚠️ THIS REPO HAS BEEN RENAMED

This repository is deprecated. The contents have been moved to:

Fredred89/Qwopus3.6-27B-Coder-GGUF-kaitchup-MoQ-4.0

Why the rename: The "Predator-Q" branding implied novel work, but the underlying GGUF is a direct application of kaitchup's MoQ recipe (from kaitchup/Qwen3.6-27B-GGUF-MoQ) to the Qwopus3.6-27B-Coder model. The new repo name properly attributes the source.

What we actually did:

  1. Converted Qwopus3.6-27B-Coder from safetensors → F16 GGUF (~30 min, 53.8 GB)
  2. Generated an importance matrix via llama-imatrix (~1 hour)
  3. Applied kaitchup's MoQ recipe at 4.0 BPW via llama-quantize (~5 min)
  4. Validated with LCB-30 (LiveCodeBench easy subset, 30 problems)

The actual GGUF file is unchanged (same SHA256: 587840e75895199e5ad771bfa7dfd9682f6d85ae295ad00001b78adb485c52c1). It just has a properly attributed name now.


Attribution

The new repo (Fredred89/Qwopus3.6-27B-Coder-GGUF-kaitchup-MoQ-4.0) contains the same GGUF plus multi-benchmark validation results (HumanEval+ 164, MBPP+ 100, BigCodeBench 50, LCB-30 30).

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

We're not able to determine the quantization variants.

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

Model tree for Fredred89/Qwopus3.6-27B-Coder-GGUF-Predator-Q

Quantized
(26)
this model