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 NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF:BF16
# Run inference directly in the terminal:
llama cli -hf NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF:BF16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF:BF16
# Run inference directly in the terminal:
llama cli -hf NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF:BF16
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 NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF:BF16
# Run inference directly in the terminal:
./llama-cli -hf NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF:BF16
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 NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF:BF16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF:BF16
Use Docker
docker model run hf.co/NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF:BF16
Quick Links

About

IQ2_KS, IQ4_KS, IQ5_KS are Gen 2 IQ_K Quants from Ikawrakow. They are faster (PP for sure, TG maybe) than the gen 1 IK_Quants (IQ2_K to IQ6_K). They'll work with my last release of Croco.Cpp.

https://github.com/Nexesenex/croco.cpp/releases/tag/v1.92055_b5145_RM1.102

And of course on IK_Llama.cpp

Cuda Pascal or more recent GPU needed, I didn't adapt or compile for anything else.

Downloads last month
75
GGUF
Model size
24B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

16-bit

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

Model tree for NexesQuants/mistral-small-3.1-24b-instruct-2503-iMat-IKLQ-GGUF