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 ljupco/LFM2.5-1.2B-Thinking-GGUF:Q4_0
# Run inference directly in the terminal:
llama cli -hf ljupco/LFM2.5-1.2B-Thinking-GGUF:Q4_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ljupco/LFM2.5-1.2B-Thinking-GGUF:Q4_0
# Run inference directly in the terminal:
llama cli -hf ljupco/LFM2.5-1.2B-Thinking-GGUF:Q4_0
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 ljupco/LFM2.5-1.2B-Thinking-GGUF:Q4_0
# Run inference directly in the terminal:
./llama-cli -hf ljupco/LFM2.5-1.2B-Thinking-GGUF:Q4_0
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 ljupco/LFM2.5-1.2B-Thinking-GGUF:Q4_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ljupco/LFM2.5-1.2B-Thinking-GGUF:Q4_0
Use Docker
docker model run hf.co/ljupco/LFM2.5-1.2B-Thinking-GGUF:Q4_0
Quick Links

LFM2.5-1.2B-Thinking โ€” GGUF (mixed 4-bit quant)

A GGUF conversion of LiquidAI's LFM2.5-1.2B-Thinking for llama.cpp / vllm.cpp, with a mixed quantization: the bulk of the weights are 4-bit (Q4_0) while the most sensitive tensors keep a higher precision. This variant is one of the four models benchmarked in the three-engine report:

Usage

llama-cli -m LFM2.5-1.2B-Thinking-Q4_0h.gguf -p "The capital of France is" -n 64

Credits and Acknowledgements

This is a quantization of LFM2.5-1.2B-Thinking by Liquid AI. We are deeply grateful to Liquid AI for the LFM2.5 family, its gated-delta / shortconv architecture, and for publishing the weights openly. This work builds directly on theirs, and we thank them profusely. See the report above for the full acknowledgement.

Downloads last month
138
GGUF
Model size
1B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for ljupco/LFM2.5-1.2B-Thinking-GGUF

Quantized
(50)
this model