liodon-ai/Qwen2-1.5B-Instruct-imatrix-GGUF overview
Qwen2 1.5B Instruct — iMatrix GGUF GGUF quantizations of Qwen/Qwen2 1.5B Instruct https://huggingface.co/Qwen/Qwen2 1.5B Instruct , published by Liodon AI http…
Runs locally from ~573.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Qwen2-1.5B-Instruct-IQ2_M.gguf | GGUF | IQ2_M | 573.2 MB | Download |
| Qwen2-1.5B-Instruct-IQ3_M.gguf | GGUF | IQ3_M | 740.7 MB | Download |
| Qwen2-1.5B-Instruct-IQ4_XS.gguf | GGUF | IQ4_XS | 854.2 MB | Download |
| Qwen2-1.5B-Instruct-Q4_K_M.gguf | GGUF | Q4_K_M | 940.4 MB | Download |
| Qwen2-1.5B-Instruct-Q5_K_M.gguf | GGUF | Q5_K_M | 1.05 GB | Download |
| Qwen2-1.5B-Instruct-Q6_K.gguf | GGUF | Q6_K | 1.19 GB | Download |
| Qwen2-1.5B-Instruct-Q8_0.gguf | GGUF | Q8_0 | 1.53 GB | Download |
Model Details
| Model ID | liodon-ai/Qwen2-1.5B-Instruct-imatrix-GGUF |
|---|---|
| Author | liodon-ai |
| Pipeline | text-generation |
| License | other |
| Base model | Qwen/Qwen2-1.5B-Instruct |
| Last modified | 2026-07-13T04:56:02.000Z |
Model README
---
license: other
base_model: Qwen/Qwen2-1.5B-Instruct
base_model_relation: quantized
pipeline_tag: text-generation
library_name: gguf
tags:
- gguf
- ollama
- local-llm
- llama.cpp
- lm-studio
- quantized
- imatrix
- sub-4-bit
- qwen2
quantized_by: liodon-ai
---
Qwen2-1.5B-Instruct — iMatrix GGUF
GGUF quantizations of Qwen/Qwen2-1.5B-Instruct, published by Liodon AI.
Quick Start
llama.cpp
llama-cli -hf liodon-ai/Qwen2-1.5B-Instruct-imatrix-GGUF:Q4_K_M
Ollama
ollama run hf.co/liodon-ai/Qwen2-1.5B-Instruct-imatrix-GGUF:Q4_K_M
LM Studio / Jan — search liodon-ai/Qwen2-1.5B-Instruct-imatrix-GGUF and pick your quant.
Quants
| Quant | Size | VRAM est. | Notes |
|-------|------|-----------|-------|
| IQ2_M | 0.60 GB | ~1 GB | 2-bit, iMatrix — smallest usable |
| IQ3_M | 0.78 GB | ~1 GB | 3-bit, iMatrix — great quality/size tradeoff |
| IQ4_XS | 0.90 GB | ~1 GB | 4-bit extra-small, iMatrix |
| Q4_K_M | 0.99 GB | ~1 GB | 4-bit, iMatrix-calibrated (recommended) |
| Q5_K_M | 1.13 GB | ~1 GB | 5-bit, iMatrix-calibrated |
| Q6_K | 1.27 GB | ~1 GB | 6-bit, iMatrix-calibrated, near-lossless |
| Q8_0 | 1.65 GB | ~2 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/Qwen2-1.5B-Instruct-GGUF
Source
- Model: Qwen/Qwen2-1.5B-Instruct
- License: other
---
Quantized by Liodon AI
Run liodon-ai/Qwen2-1.5B-Instruct-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