CoolFace
Modelpublic

liodon-ai/Qwen3.6-35B-A3B-imatrix-GGUF

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes3.5kdownloads
Model Card

Qwen3.6-35B-A3B — iMatrix GGUF

Higher-quality GGUF quantizations of Qwen/Qwen3.6-35B-A3B using importance matrix (iMatrix) calibration.

What is iMatrix?

Standard quantization rounds all weights equally. iMatrix runs a calibration pass over real text to identify which weights matter most, then prioritizes precision where it counts. The result: noticeably better coherence and instruction-following at Q2/Q3/Q4 — same file size, better output.

The i-quants (IQ2_M, IQ3_M, IQ4_XS) are exclusively iMatrix-based and provide the best quality-per-GB available.

Quick Start

Ollama

bash
ollama run hf.co/liodon-ai/Qwen3.6-35B-A3B-imatrix-GGUF:Q4_K_M

llama.cpp

bash
llama-cli -hf liodon-ai/Qwen3.6-35B-A3B-imatrix-GGUF:Q4_K_M

LM Studio / Jan

Search liodon-ai/Qwen3.6-35B-A3B-imatrix-GGUF and pick your quant.

Available Quants

QuantSizeNotes
Q2_K12.94 GBtiniest standard — runs almost anywhere
Q3_K_M16.76 GBgreat for 8GB VRAM
Q4_K_M21.17 GBsweet spot (recommended)
Q5_K_M24.73 GBhigh quality
Q6_K28.51 GBnear-lossless
Q8_036.90 GBbasically full quality

VRAM Requirements

VRAMRecommended Quant
6 GBIQ2_M
8 GBIQ3_M or Q3_K_M
10 GBIQ4_XS or Q4_K_M
12 GBQ4_K_M
16 GBQ5_K_M
24 GBQ6_K or Q8_0

iMatrix vs Standard — Why It Matters

At low bit widths (Q2/Q3/Q4), standard quantization loses coherence and starts producing repetitive or broken output. iMatrix keeps the model sharp by protecting the most important weights. If you're running at Q4 or below, prefer the iMatrix quants from this repo over standard Q-series from other repos.

Base Model

  • —Model: Qwen/Qwen3.6-35B-A3B
  • —Params: 35B (3.5B active, MoE)
  • —Context: 128K tokens
  • —License: Apache 2.0
  • —Authors: Qwen Team (Alibaba Cloud)