ngquocvinh/K2-Horizon-0.9B-GGUF overview
K2 Horizon 0.9B GGUF Community GGUF quantizations of IFM/K2 Horizon 0.9B https://huggingface.co/IFM/K2 Horizon 0.9B . <div align="center" style="background col…
Runs locally from ~1.6 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| K2-Horizon-0.9B-IQ1_M.gguf | GGUF | IQ1_M | 295.2 MB | Download |
| K2-Horizon-0.9B-IQ2_XS.gguf | GGUF | IQ2_XS | 347.9 MB | Download |
| K2-Horizon-0.9B-Q1_0.gguf | GGUF | Q1_0 | 211.5 MB | Download |
| K2-Horizon-0.9B-Q2_K.gguf | GGUF | Q2_K | 421.4 MB | Download |
| K2-Horizon-0.9B-Q3_K_M.gguf | GGUF | Q3_K_M | 524.4 MB | Download |
| K2-Horizon-0.9B-Q4_K_M.gguf | GGUF | Q4_K_M | 635.3 MB | Download |
| K2-Horizon-0.9B-Q5_K_M.gguf | GGUF | Q5_K_M | 737.7 MB | Download |
| K2-Horizon-0.9B-Q6_K.gguf | GGUF | Q6_K | 846.4 MB | Download |
| K2-Horizon-0.9B-Q8_0.gguf | GGUF | Q8_0 | 1.07 GB | Download |
| reproducibility/k2_horizon_combined.imatrix.gguf | GGUF | GGUF | 1.6 MB | Download |
Model Details
| Model ID | ngquocvinh/K2-Horizon-0.9B-GGUF |
|---|---|
| Author | ngquocvinh |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | IFM/K2-Horizon-0.9B |
| Last modified | 2026-09-13T13:22:34.000Z |
Model README
---
license: apache-2.0
base_model: IFM/K2-Horizon-0.9B
base_model_relation: quantized
library_name: llama.cpp
pipeline_tag: text-generation
tags:
- gguf
- llama.cpp
- k2-horizon
- quantized
- text-generation
---
K2-Horizon-0.9B GGUF
Community GGUF quantizations of IFM/K2-Horizon-0.9B.
<div align="center" style="background-color:#f59e0b;color:#ffffff;padding:16px 20px;border-radius:10px;line-height:1.7;">
☕ If this GGUF made your day easier, a coffee would make mine.<br>
<a href="https://ko-fi.com/ngquocvinh" style="color:#ffffff;"><strong style="color:#ffffff;">Send a coffee ☕</strong></a><br>
I build and test these releases myself. Your coffee helps keep me going.<br>
Thank you for supporting this work.
</div>
About K2-Horizon-0.9B
K2-Horizon-0.9B is IFM's compact
0.9B-class dense reasoning model. It has a 128K-token context window with YaRN
RoPE scaling and is intended for English and Chinese conversational, reasoning,
coding, science, and tool-use workloads. See the [official model
card](https://huggingface.co/IFM/K2-Horizon-0.9B) for the supported serving
stack, prompt conventions, and full evaluation protocol.

Upstream K2-Horizon-0.9B benchmark results; image and results are from the official model card.
This is a quantization-only release. No training, fine-tuning, merging, or
weight modification other than GGUF conversion and quantization was performed.
Files
| Quantization | File size (GiB) | A10M generation token/s | Validation | Recommendation / Notes |
|---|---:|---:|---|---|
| Q8_0 | 1.07 | 281.05 | Load/generate pass | Highest-fidelity option in this release. |
| Q6_K | 0.83 | 310.87 | Load/generate pass | High-fidelity local inference. |
| Q5_K_M | 0.72 | 316.41 | Load/generate pass | Balanced quality and memory. |
| Q4_K_M | 0.62 | 352.89 | Load/generate pass | Recommended starting point for general use. |
| Q3_K_M | 0.51 | 261.54 | Load/generate pass | Lower-memory profile; validate your workload. |
| Q2_K | 0.41 | 326.72 | Load/generate pass | Aggressive low-memory option. |
| IQ2_XS | 0.34 | 328.10 | Load/generate pass | Experimental low-memory profile. |
| IQ1_M | 0.29 | 343.17 | Load/generate pass | Experimental; instruction following and reasoning may degrade. |
| Q1_0 | 0.21 | 446.95 | Load/generate pass | Experimental / legacy minimum-memory option. |
Every file above was loaded and generated non-empty text in the K2 pre-release
llama.cpp runtime on an NVIDIA A10M. The A10M measurements were taken with
single-stream llama-bench, prompt 256, generation 64, batch/ubatch 512,
64 CPU threads, full GPU offload, and three repetitions on an otherwise idle
GPU. Low-bit files—especially Q2, IQ2, IQ1, and Q1—can materially reduce
reasoning, instruction following, and tool-call reliability; test the selected
file with the prompts that matter to you.
K2-Horizon support is pre-release in llama.cpp. The upstream full tool-aware
Jinja template uses constructs not yet parsed by the runtime revision used for
this release; the reproducibility folder includes the compatible single-turn
chat wrapper used for smoke testing. Tool calling is therefore not certified by
this GGUF release.
License and attribution
The upstream model is licensed under Apache License 2.0. Preserve upstream
attribution and the license when redistributing these derivative artifacts.
These are community GGUF quantizations, not an official IFM release or
endorsement.
The compact benchmark summary and reproduction script are in
reproducibility/a10m-benchmark.tsv and
reproducibility/benchmark_gpu1.sh.
Checksums for published artifacts and reproducibility inputs are in
Run ngquocvinh/K2-Horizon-0.9B-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models