KoarAI/LFM2.5-350M-Thinking-0002-GGUF overview
<div align="center" <img src="https://huggingface.co/KoarAI/LFM2.5 350M Thinking 0002 GGUF/resolve/main/gguf banner.png" alt="KoarAI LFM2.5 350M Thinking 0002 โฆ
Runs locally from ~361.6 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | KoarAI/LFM2.5-350M-Thinking-0002-GGUF |
|---|---|
| Author | KoarAI |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | KoarAI/LFM2.5-350M-Thinking |
| Last modified | 2026-08-27T14:04:39.000Z |
Model README
---
license: apache-2.0
base_model: KoarAI/LFM2.5-350M-Thinking
tags:
- gguf
- llama.cpp
- ollama
- reasoning
- thinking
- cot
- liquid
- lfm2
- full-finetune
- koarai
language:
- en
- ru
- zh
pipeline_tag: text-generation
---
<div align="center">
<img src="https://huggingface.co/KoarAI/LFM2.5-350M-Thinking-0002-GGUF/resolve/main/gguf_banner.png" alt="KoarAI LFM2.5-350M Thinking 0002 GGUF Banner" width="100%" style="border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.3);"/>
๐จ KoarAI / LFM2.5-350M-Thinking-0002-GGUF





</div>
๐ Release Note: Model Code 0002 (Dedicated GGUF Release)
> [!IMPORTANT]
> Model Code: 0002
> This repository contains official GGUF quantizations of KoarAI/LFM2.5-350M-Thinking (Revision 0002).
> Model 0002 was trained with 100% Full Parameter Fine-Tuning across 9 full epochs using a multi-teacher reasoning blend (Qwen 3.8 Max, GLM 5.2, Kimi K3, DeepSeek-V4-Pro Agentic, MMLU-Pro, AIME 2026).
>
> ๐ Versioning Policy: Starting with this release, distinct repositories are created for each revision (...-0002-GGUF, etc.) to maintain reproducible checkpoints.
---
๐ฆ Quantized Files
| File | Precision | File Size | Description |
| :--- | :---: | :---: | :--- |
| LFM2.5-350M-Thinking-0002-f16.gguf | FP16 | ~678 MB | Full precision unquantized weights. Maximum fidelity. |
| LFM2.5-350M-Thinking-0002-Q8_0.gguf | Q8_0 | ~347 MB | 8-bit quantization. Extremely fast with near-identical perplexity to FP16. |
---
๐ Overview
KoarAI/LFM2.5-350M-Thinking-0002-GGUF brings native Chain-of-Thought (CoT) reasoning to edge devices, CPUs, and local runtimes like llama.cpp, Ollama, and LM Studio.
- Ultra-Lightweight: Runs smoothly even on low-spec laptops, Raspberry Pi, and mobile devices.
- Native
<think>CoT: Performs step-by-step reasoning before outputting final answers. - Base Architecture: Liquid Foundation Model (LFM2.5).
---
๐ก Native Thinking Example
<|im_start|>user
Solve: 32 + 32 - 42<|im_end|>
<|im_start|>assistant
<think>
1. Calculate 32 + 32 = 64.
2. Calculate 64 - 42 = 22.
</think>
\boxed{22}<|im_end|>
---
โก Quickstart
1. Run with llama.cpp
llama-cli -m LFM2.5-350M-Thinking-0002-Q8_0.gguf \
-p "<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n<|im_start|>user\nSolve: 32 + 32 - 42<|im_end|>\n<|im_start|>assistant\n<think>\n" \
-n 512 --temp 0.6
2. Run with Ollama
Create a Modelfile:
FROM ./LFM2.5-350M-Thinking-0002-Q8_0.gguf
TEMPLATE """{{- range .Messages }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end }}<|im_start|>assistant
<think>
"""
PARAMETER temperature 0.6
PARAMETER stop <|im_end|>
Then create and run:
ollama create lfm2-350m-thinking-0002 -f Modelfile
ollama run lfm2-350m-thinking-0002
---
๐ Related Models
- Base FP16 Weights (HF):
KoarAI/LFM2.5-350M-Thinking - Revision 0001 GGUF Repo:
KoarAI/LFM2.5-350M-Thinking-GGUF
---
๐จ Maintained by KoarAI Lab
Released for the open-source AI community by KoarAI.
Run KoarAI/LFM2.5-350M-Thinking-0002-GGUF with guIDE
Download guIDE โ the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face ยท Compare models