How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "liodon-ai/granite-4.2-8b-imatrix-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "liodon-ai/granite-4.2-8b-imatrix-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/liodon-ai/granite-4.2-8b-imatrix-GGUF:
Quick Links

granite-4.2-8b — iMatrix GGUF

GGUF quantizations of ibm-granite/granite-4.2-8b, published by Liodon AI.

Quick Start

llama.cpp

llama-cli -hf liodon-ai/granite-4.2-8b-imatrix-GGUF:Q4_K_M

Ollama

ollama run hf.co/liodon-ai/granite-4.2-8b-imatrix-GGUF:Q4_K_M

LM Studio / Jan — search liodon-ai/granite-4.2-8b-imatrix-GGUF and pick your quant.

Quants

Quant Size VRAM est. Notes
IQ2_M 3.16 GB ~4 GB 2-bit, iMatrix — smallest usable
IQ3_M 4.09 GB ~5 GB 3-bit, iMatrix — great quality/size tradeoff
IQ4_XS 4.82 GB ~6 GB 4-bit extra-small, iMatrix
Q4_K_M 5.35 GB ~6 GB 4-bit, iMatrix-calibrated (recommended)
Q5_K_M 6.25 GB ~7 GB 5-bit, iMatrix-calibrated
Q6_K 7.22 GB ~8 GB 6-bit, iMatrix-calibrated, near-lossless
Q8_0 9.35 GB ~11 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/granite-4.2-8b-GGUF

Source


Quantized by Liodon AI

Downloads last month
293
GGUF
Model size
9B params
Architecture
granite
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/granite-4.2-8b-imatrix-GGUF

Quantized
(37)
this model