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 ProCreations/grug-27b-mtp-gguf:
# Run inference directly in the terminal:
llama cli -hf ProCreations/grug-27b-mtp-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ProCreations/grug-27b-mtp-gguf:
# Run inference directly in the terminal:
llama cli -hf ProCreations/grug-27b-mtp-gguf:
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 ProCreations/grug-27b-mtp-gguf:
# Run inference directly in the terminal:
./llama-cli -hf ProCreations/grug-27b-mtp-gguf:
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 ProCreations/grug-27b-mtp-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ProCreations/grug-27b-mtp-gguf:
Use Docker
docker model run hf.co/ProCreations/grug-27b-mtp-gguf:
Quick Links

grug-27b-mtp-gguf

grug rock WITH prediction head inside. Q8_0 / Q5_K_M / Q4_K_M, mtp tensors included for llama.cpp speculative decoding (needs build with qwen3_5 MTP support). draft head trained on grug data: t+2 agreement 89.3%. main card: grug-27b-mtp. no-MTP rocks: grug-27b-gguf. grug made by ProCreations.

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

4-bit

5-bit

8-bit

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

Model tree for ProCreations/grug-27b-mtp-gguf

Base model

Qwen/Qwen3.6-27B
Quantized
(3)
this model

Collection including ProCreations/grug-27b-mtp-gguf