How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf liodon-ai/ReaderLM-v2-imatrix-GGUF:
# Run inference directly in the terminal:
llama cli -hf liodon-ai/ReaderLM-v2-imatrix-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf liodon-ai/ReaderLM-v2-imatrix-GGUF:
# Run inference directly in the terminal:
llama cli -hf liodon-ai/ReaderLM-v2-imatrix-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf liodon-ai/ReaderLM-v2-imatrix-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf liodon-ai/ReaderLM-v2-imatrix-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf liodon-ai/ReaderLM-v2-imatrix-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf liodon-ai/ReaderLM-v2-imatrix-GGUF:
Use Docker
docker model run hf.co/liodon-ai/ReaderLM-v2-imatrix-GGUF:
Quick Links

ReaderLM-v2 β€” iMatrix GGUF

GGUF quantizations of jinaai/ReaderLM-v2, published by Liodon AI.

Quick Start

llama.cpp

llama-cli -hf liodon-ai/ReaderLM-v2-imatrix-GGUF:Q4_K_M

Ollama

ollama run hf.co/liodon-ai/ReaderLM-v2-imatrix-GGUF:Q4_K_M

LM Studio / Jan β€” search liodon-ai/ReaderLM-v2-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/ReaderLM-v2-GGUF

Source


Quantized by Liodon AI

Downloads last month
243
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for liodon-ai/ReaderLM-v2-imatrix-GGUF

Quantized
(37)
this model