liodon-ai/qwen3-8b-heretic-imatrix-GGUF overview
qwen3 8b heretic — iMatrix GGUF GGUF quantizations of DreamFast/qwen3 8b heretic https://huggingface.co/DreamFast/qwen3 8b heretic , published by Liodon AI htt…
Runs locally from ~2.84 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| qwen3-8b-heretic-IQ2_M.gguf | GGUF | IQ2_M | 2.84 GB | Download |
| qwen3-8b-heretic-IQ3_M.gguf | GGUF | IQ3_M | 3.63 GB | Download |
| qwen3-8b-heretic-IQ4_XS.gguf | GGUF | IQ4_XS | 4.25 GB | Download |
| qwen3-8b-heretic-Q4_K_M.gguf | GGUF | Q4_K_M | 4.68 GB | Download |
| qwen3-8b-heretic-Q5_K_M.gguf | GGUF | Q5_K_M | 5.45 GB | Download |
| qwen3-8b-heretic-Q6_K.gguf | GGUF | Q6_K | 6.26 GB | Download |
| qwen3-8b-heretic-Q8_0.gguf | GGUF | Q8_0 | 8.11 GB | Download |
Model Details
| Model ID | liodon-ai/qwen3-8b-heretic-imatrix-GGUF |
|---|---|
| Author | liodon-ai |
| Pipeline | text-generation |
| License | other |
| Base model | DreamFast/qwen3-8b-heretic |
| Last modified | 2026-07-16T02:12:24.000Z |
Model README
---
license: other
base_model: DreamFast/qwen3-8b-heretic
pipeline_tag: text-generation
tags:
- gguf
- local-llm
- llama.cpp
- lm-studio
- quantized
- imatrix
- sub-4-bit
- qwen3
- qwen
---
qwen3-8b-heretic — iMatrix GGUF
GGUF quantizations of DreamFast/qwen3-8b-heretic, published by Liodon AI.
Quick Start
llama.cpp
llama-cli -hf liodon-ai/qwen3-8b-heretic-imatrix-GGUF:Q4_K_M
Ollama
ollama run hf.co/liodon-ai/qwen3-8b-heretic-imatrix-GGUF:Q4_K_M
LM Studio / Jan — search liodon-ai/qwen3-8b-heretic-imatrix-GGUF and pick your quant.
Quants
| Quant | Size | VRAM est. | Notes |
|-------|------|-----------|-------|
| IQ2_M | 3.05 GB | ~4 GB | 2-bit, iMatrix — smallest usable |
| IQ3_M | 3.90 GB | ~4 GB | 3-bit, iMatrix — great quality/size tradeoff |
| IQ4_XS | 4.56 GB | ~5 GB | 4-bit extra-small, iMatrix |
| Q4_K_M | 5.03 GB | ~6 GB | 4-bit, iMatrix-calibrated (recommended) |
| Q5_K_M | 5.85 GB | ~7 GB | 5-bit, iMatrix-calibrated |
| Q6_K | 6.73 GB | ~8 GB | 6-bit, iMatrix-calibrated, near-lossless |
| Q8_0 | 8.71 GB | ~10 GB | 8-bit, essentially lossless |
What is iMatrix?
Standard quantization treats all weights equally. iMatrix runs 128 calibration chunks through
the full-precision model to find which weights matter most, then allocates more precision where
it counts. At Q2/Q3/Q4 this means noticeably better coherence and instruction-following —
same file size, better output.
Calibration: 2M tokens of WikiText-103.
> Also see plain (non-iMatrix) quants: liodon-ai/qwen3-8b-heretic-GGUF
Source
- Model: DreamFast/qwen3-8b-heretic
- License: other
---
Quantized by Liodon AI
Run liodon-ai/qwen3-8b-heretic-imatrix-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models