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

grug-35b-qat-q4-gguf

35b MoE brother in QAT four-bit rock. brain feel rounding rock during training so Q4 squish hurt less.

recipe: expert-freeze QAT on grug-35b-v2 - ALL text linear (expert include) fake-quant int4 g32 in forward, gradient only flow to attention/DeltaNet/shared path (1.4B trainable; expert too heavy for one cave GPU). ~1.7M grug token, Adafactor lr 2e-6. release = 25% QAT + 75% original anchor (grug family standard). fresh bf16 export, ONE Q4_K_M squish.

rocks

file what
grug-35b-qat-Q4_K_M.gguf the QAT rock (~21 GB)
mmproj-grug-35b-v2-f16.gguf eye rock (vision)

if rock act broken

single-token spam = context-shift corruption, not rock. recent llama.cpp + -c 16384+ for agent frontends. see main gguf card for full troubleshoot.

how run

llama-server -m grug-35b-qat-Q4_K_M.gguf --mmproj mmproj-grug-35b-v2-f16.gguf \
  -c 16384 --temp 0.6 --top-p 0.95 --top-k 20

ordinary rocks: grug-35b-v2-gguf. 27b QAT brother: grug-27b-qat-q4-gguf. grug made by ProCreations.

Downloads last month
390
GGUF
Model size
35B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for ProCreations/grug-35b-qat-q4-gguf

Quantized
(7)
this model