How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf liodon-ai/s1-mini-imatrix-GGUF:
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "liodon-ai/s1-mini-imatrix-GGUF:" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
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
234
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
(9)
this model