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/s1-mini-imatrix-GGUF:
# Run inference directly in the terminal:
llama cli -hf liodon-ai/s1-mini-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/s1-mini-imatrix-GGUF:
# Run inference directly in the terminal:
llama cli -hf liodon-ai/s1-mini-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/s1-mini-imatrix-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf liodon-ai/s1-mini-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/s1-mini-imatrix-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf liodon-ai/s1-mini-imatrix-GGUF:
Use Docker
docker model run hf.co/liodon-ai/s1-mini-imatrix-GGUF:
Quick Links

s1-mini — iMatrix GGUF

GGUF quantizations of superwhisper/s1-mini, published by Liodon AI.

Quick Start

llama.cpp

llama-cli -hf liodon-ai/s1-mini-imatrix-GGUF:Q4_K_M

Ollama

ollama run hf.co/liodon-ai/s1-mini-imatrix-GGUF:Q4_K_M

LM Studio / Jan — search liodon-ai/s1-mini-imatrix-GGUF and pick your quant.

Quants

Quant Size VRAM est. Notes
IQ2_M 0.33 GB ~0 GB 2-bit, iMatrix — smallest usable
IQ3_M 0.40 GB ~0 GB 3-bit, iMatrix — great quality/size tradeoff
IQ4_XS 0.45 GB ~1 GB 4-bit extra-small, iMatrix
Q4_K_M 0.48 GB ~1 GB 4-bit, iMatrix-calibrated (recommended)
Q5_K_M 0.55 GB ~1 GB 5-bit, iMatrix-calibrated
Q6_K 0.62 GB ~1 GB 6-bit, iMatrix-calibrated, near-lossless
Q8_0 0.80 GB ~1 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/s1-mini-GGUF

Source


Quantized by Liodon AI

Downloads last month
321
GGUF
Model size
0.8B params
Architecture
qwen3
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/s1-mini-imatrix-GGUF

Finetuned
Qwen/Qwen3-0.6B
Quantized
(11)
this model