barozp/Qwen3.6-28B-REAP20-A3B-GGUF
816.2k
Qwen3.6-28B-REAP20-A3B — GGUF Quantizations
GGUF quantizations of 0xSero/Qwen3.6-28B-REAP20-A3B, a 20% expert-pruned variant of Qwen/Qwen3.6-35B-A3B using the REAP (Router-weighted Expert Activation Pruning) method.
Available Files
Model Details
Quantization Process
# 1. Download BF16 GGUF from source
huggingface-cli download 0xSero/Qwen3.6-28B-REAP20-A3B-GGUF \
--include "model.bf16.gguf" --local-dir ./
# 2. Download imatrix (for IQ quants)
huggingface-cli download 0xSero/Qwen3.6-28B-REAP20-A3B-GGUF \
--include "imatrix.dat" --local-dir ./
# 3. Quantize (example: Q4_K_M)
llama-quantize model.bf16.gguf Qwen3.6-28B-REAP20-A3B-Q4_K_M.gguf Q4_K_M
# 4. Quantize with imatrix (example: IQ3_XXS)
llama-quantize --imatrix imatrix.dat model.bf16.gguf \
Qwen3.6-28B-REAP20-A3B-IQ3_XXS.gguf IQ3_XXSUsage
llama.cpp
llama-cli \
-m Qwen3.6-28B-REAP20-A3B-Q4_K_M.gguf \
-ngl 99 -c 4096 \
-p "Your prompt here"llama-server (OpenAI-compatible API)
llama-server \
-m Qwen3.6-28B-REAP20-A3B-Q4_K_M.gguf \
-ngl 99 -c 4096 \
--port 8080LM Studio / Jan / Ollama
Download the .gguf file and load it directly in your preferred local inference UI.
Hardware Requirements
About the Original Model
0xSero/Qwen3.6-28B-REAP20-A3B applies REAP expert pruning (arXiv:2510.13999) to remove 20% of MoE experts (51 of 256 per layer) from Qwen3.6-35B-A3B, while preserving routing behavior via router weight renormalization. Active parameters per token remain unchanged at ~3B. The result is a ~25% smaller model with competitive generation quality across coding, reasoning, and knowledge benchmarks.
License
Apache 2.0 — see Qwen License.
