How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Install mistral-common:
pip install --upgrade mistral-common
# Start the vLLM server:
vllm serve "liodon-ai/Mistral-7B-Instruct-v0.2-imatrix-GGUF" --tokenizer_mode mistral --config_format mistral --load_format mistral --tool-call-parser mistral --enable-auto-tool-choice
# 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/Mistral-7B-Instruct-v0.2-imatrix-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/liodon-ai/Mistral-7B-Instruct-v0.2-imatrix-GGUF:
Quick Links

Mistral-7B-Instruct-v0.2 โ€” iMatrix GGUF

GGUF quantizations of mistralai/Mistral-7B-Instruct-v0.2, published by Liodon AI.

Quick Start

llama.cpp

llama-cli -hf liodon-ai/Mistral-7B-Instruct-v0.2-imatrix-GGUF:Q4_K_M

Ollama

ollama run hf.co/liodon-ai/Mistral-7B-Instruct-v0.2-imatrix-GGUF:Q4_K_M

LM Studio / Jan โ€” search liodon-ai/Mistral-7B-Instruct-v0.2-imatrix-GGUF and pick your quant.

Quants

Quant Size VRAM est. Notes
IQ2_M 2.50 GB ~3 GB 2-bit, iMatrix โ€” smallest usable
IQ3_M 3.28 GB ~4 GB 3-bit, iMatrix โ€” great quality/size tradeoff
IQ4_XS 3.91 GB ~4 GB 4-bit extra-small, iMatrix
Q4_K_M 4.37 GB ~5 GB 4-bit, iMatrix-calibrated (recommended)
Q5_K_M 5.13 GB ~6 GB 5-bit, iMatrix-calibrated
Q6_K 5.94 GB ~7 GB 6-bit, iMatrix-calibrated, near-lossless
Q8_0 7.70 GB ~9 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/Mistral-7B-Instruct-v0.2-GGUF

Source


Quantized by Liodon AI

Downloads last month
299
GGUF
Model size
7B params
Architecture
llama
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/Mistral-7B-Instruct-v0.2-imatrix-GGUF

Quantized
(107)
this model