CoolFace
Modelpublic

cahlen/qwen3.5-35b-a3b-compacted-GGUF

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
2likes1.3kdownloads
Model Card

qwen3.5-35b-a3b-compacted-GGUF

GGUF quantizations of `continuum-ai/qwen3.5-35b-a3b-compacted` — a compacted MoE model pruned from Qwen3.5-35B-A3B (89 experts removed, 30% smaller) while preserving reasoning quality.

All low-bit quants (Q3, Q2, IQ) are calibrated with an importance matrix* for best quality at each size.

Available Quantizations

FilenameQuant TypeSizeNotes
qwen3.5-35b-a3b-compacted-Q8_0.ggufQ8_024GBest quality, near-lossless
qwen3.5-35b-a3b-compacted-Q6_K.ggufQ6_K18GExcellent quality
qwen3.5-35b-a3b-compacted-Q5KM.ggufQ5KM16GGreat quality
qwen3.5-35b-a3b-compacted-Q5KS.ggufQ5KS16GGreat quality, slightly smaller
qwen3.5-35b-a3b-compacted-Q4KM.ggufQ4KM14GRecommended - best balance
qwen3.5-35b-a3b-compacted-Q4KS.ggufQ4KS13GGood balance
qwen3.5-35b-a3b-compacted-IQ4_XS.ggufIQ4_XS12Gimatrix, compact 4-bit
qwen3.5-35b-a3b-compacted-Q3KL.ggufQ3KL12Gimatrix
qwen3.5-35b-a3b-compacted-Q3KM.ggufQ3KM11Gimatrix
qwen3.5-35b-a3b-compacted-IQ3_M.ggufIQ3_M9.9Gimatrix, good low-bit
qwen3.5-35b-a3b-compacted-IQ3_S.ggufIQ3_S9.7Gimatrix
qwen3.5-35b-a3b-compacted-Q3KS.ggufQ3KS9.7Gimatrix
qwen3.5-35b-a3b-compacted-IQ3_XXS.ggufIQ3_XXS8.7Gimatrix
qwen3.5-35b-a3b-compacted-Q2_K.ggufQ2_K8.3Gimatrix, low quality
qwen3.5-35b-a3b-compacted-IQ2_M.ggufIQ2_M7.5Gimatrix, aggressive
qwen3.5-35b-a3b-compacted-IQ2_S.ggufIQ2_S6.9Gimatrix, very aggressive
qwen3.5-35b-a3b-compacted-IQ2_XXS.ggufIQ2_XXS6.2Gimatrix, extreme
qwen3.5-35b-a3b-compacted-IQ1_M.ggufIQ1_M5.4Gimatrix, maximum compression

How to Use

With llama.cpp

bash
llama-cli -m qwen3.5-35b-a3b-compacted-Q4_K_M.gguf -p "Hello" -ngl 999

With llama.cpp server

bash
llama-server -m qwen3.5-35b-a3b-compacted-Q4_K_M.gguf -c 4096 -ngl 999

With Ollama

bash
ollama run hf.co/cahlen/qwen3.5-35b-a3b-compacted-GGUF:Q4_K_M

With LM Studio

Download any GGUF file above and load it in LM Studio.

Choosing a Quant

Your VRAMRecommendedSize
24GB+ (RTX 4090/5090)Q80 or Q6K24G / 18G
16GB (RTX 4080/5080)Q4KM or Q5KS14G / 16G
12GB (RTX 4070/3060 12GB)IQ4XS or Q3K_L12G
8GB (RTX 4060/3060 8GB)IQ3M or Q2K9.9G / 8.3G
6GB (RTX 4050/3050)IQ2M or IQ2S7.5G / 6.9G
CPU only (16GB+ RAM)IQ2XXS or IQ1M6.2G / 5.4G

About the Source Model

This is a compacted version of Jackrong/Qwen3.5-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled created by continuum-ai using Plasticity Compaction — a technique that prunes underutilized MoE experts based on runtime activation profiling:

  • —256 experts reduced to 167 (-35%)
  • —67GB reduced to 47GB BF16 (-30%)
  • —Chain-of-thought reasoning and code generation quality preserved

Perplexity Evaluation (WikiText-2)

Lower is better. BF16 is the unquantized baseline.

QuantSizePerplexityvs BF16
BF16 (baseline)47G9.7245--
Q8_024G9.7568+0.03%
Q5KM16G9.7974+0.75%
Q4KM14G9.9398+2.21%
Q3KM11G10.2903+5.82%
IQ3_M9.9G10.3416+6.34%
Q2_K8.3G11.5866+19.1%
IQ2_M7.5G11.7276+20.6%
IQ1_M5.4G18.3670+88.9%

Key takeaways:

  • —Q8_0 through Q4_K_M: Negligible quality loss (<2.2%) — safe for all use cases
  • —Q3_K_M / IQ3_M: Moderate degradation (~6%) — good for constrained hardware
  • —Q2_K / IQ2_M: Noticeable degradation (~20%) — usable for casual use
  • —IQ1_M: Significant quality loss — only for extreme VRAM constraints

Quantization Details

  • —Quantized by: cahlen
  • —Importance matrix: Generated from WikiText-2 (200 chunks) on NVIDIA RTX 5090
  • —Tool: llama.cpp
  • —Hardware: NVIDIA RTX 5090 32GB / Intel Core Ultra 9 285K / 188GB RAM