GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

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

Qwen3.6 35B A3B — iMatrix GGUF Higher quality GGUF quantizations of Qwen/Qwen3.6 35B A3B https://huggingface.co/Qwen/Qwen3.6 35B A3B using importance matrix iM…

ggufimatrixqwen3qwen3.6local-llmllama.cppollamalm-studioquantizedtext-generationbase_model:Qwen/Qwen3.6-35B-A3Bbase_model:quantized:Qwen/Qwen3.6-35B-A3Blicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~12.05 GB disk (16 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
329
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

6 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Qwen3.6-35B-A3B-Q2_K.ggufGGUFQ2_K12.05 GBDownload
Qwen3.6-35B-A3B-Q3_K_M.ggufGGUFQ3_K_M15.61 GBDownload
Qwen3.6-35B-A3B-Q4_K_M.ggufGGUFQ4_K_M19.71 GBDownload
Qwen3.6-35B-A3B-Q5_K_M.ggufGGUFQ5_K_M23.03 GBDownload
Qwen3.6-35B-A3B-Q6_K.ggufGGUFQ6_K26.56 GBDownload
Qwen3.6-35B-A3B-Q8_0.ggufGGUFQ8_034.37 GBDownload

Model Details

Model IDliodon-ai/Qwen3.6-35B-A3B-imatrix-GGUF
Authorliodon-ai
Pipelinetext-generation
Licenseapache-2.0
Base modelQwen/Qwen3.6-35B-A3B
Last modified2026-07-13T04:54:33.000Z

Model README

---

license: apache-2.0

base_model: Qwen/Qwen3.6-35B-A3B

base_model_relation: quantized

pipeline_tag: text-generation

library_name: gguf

tags:

  • gguf
  • imatrix
  • qwen3
  • qwen3.6
  • local-llm
  • llama.cpp
  • ollama
  • lm-studio
  • quantized

quantized_by: liodon-ai

---

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

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

llama.cpp

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

| Quant | Size | Notes |

|-------|------|-------|

| Q2_K | 12.94 GB | tiniest standard — runs almost anywhere |

| Q3_K_M | 16.76 GB | great for 8GB VRAM |

| Q4_K_M | 21.17 GB | sweet spot (recommended) |

| Q5_K_M | 24.73 GB | high quality |

| Q6_K | 28.51 GB | near-lossless |

| Q8_0 | 36.90 GB | basically full quality |

VRAM Requirements

| VRAM | Recommended Quant |

|------|-------------------|

| 6 GB | IQ2_M |

| 8 GB | IQ3_M or Q3_K_M |

| 10 GB | IQ4_XS or Q4_K_M |

| 12 GB | Q4_K_M |

| 16 GB | Q5_K_M |

| 24 GB | Q6_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)

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

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models