IFM/K2-Horizon-7B-Uno · Hugging Face - 5200tps with no quality loss
Summary
The article presents K2-Horizon-7B-Uno, a diffusion-augmented LLM that combines autoregressive and diffusion pathways to achieve 5200 tokens per second throughput without quality loss, with benchmarks showing competitive performance across various tasks.
View Cached Full Text
Cached at: 09/17/26, 07:47 PM
IFM/K2-Horizon-7B-Uno · Hugging Face
Source: https://huggingface.co/IFM/K2-Horizon-7B-Uno Paper:Unlocking Lossless Speedups in LLMs via Discrete Diffusion Project Page:https://s-sahoo.github.io/uno/ Code:https://github.com/ifm-ai/uno
We presentK2\-Horizon\-7B\-Uno, a diffusion-augmented LLM with two pathways in a unified architecture:
- The AR pathway uses the AR weights of theK2-Horizon-7Bmodel.
- The diffusion pathway augments these weights with LoRA-based diffusion adapters.
This repository contains the adapter only. The base-model weights are hosted separately inIFM/K2-Horizon-7B.
https://huggingface.co/IFM/K2-Horizon-7B-Uno#codeCode
Selected evaluation scripts are available inscripts/k2_horizon. The full evaluation suite will be released soon.
https://huggingface.co/IFM/K2-Horizon-7B-Uno#evaluation-resultsEvaluation results
The main number is the benchmark score and the subscript is TPF. Bold marks the best score in each row.\-\-andN/Adenote unavailable results.
OursReference modelsBenchmarkUno 8BNemotron-Diff 14BMercury 2 size N/ADiff-Gemma 26B-A4BAgentic Tool Useτ3Banking25.8----9N/A--τ2Telecom90.12.4614.34.871N/A68.118.8τ2Retail67.13.005.63.1--65.523.7Terminal-Bench v2.139.12.654.57.527N/A14.714.1Agentic CodingSWE-bench Verified70.13.080.81.5--18.75.6Long-Context ReasoningAA-LCR68.02.857.31.136N/A19.710.8Science and KnowledgeHumanity’s Last Exam18.62.472.67.216N/A9.214.1GPQA-Diamond77.12.7140.47.677N/A70.711.9AA-Omniscience14.32.2311.011.120N/A17.79.9MathGSM8K95.42.8893.16.1--95.128.9MATH50098.92.8689.25.6--92.424.1AIME-2493.02.9056.74.9--73.716.9AIME-2590.72.9640.04.5--74.318.9AIME-2686.32.8446.74.8--70.717.8CodingMBPP84.12.4473.85.3--80.115.5HumanEval95.22.6684.87.5--95.128.2Efficiency SummaryAverage TPF****2.715.41N/A17.56System Throughput****5,2552,7941,1971,136Per-request Throughput405290769836
https://huggingface.co/IFM/K2-Horizon-7B-Uno#citationCitation
If you find this model useful, please cite:
@misc{k2_horizon_7b_uno,
title = {K2-Horizon-7B-Uno},
author = {Institute of Foundation Models},
year = {2026},
howpublished = {\url{https://huggingface.co/IFM/K2-Horizon-7B-Uno}},
}
Similar Articles
@HotAisle: Kimi K2.6 + DFlash: 508 tok/s on 8x MI300X 5.6x throughput improvement over baseline autoregressive serving 90 tok/s → …
Kimi K2.6 paired with DFlash inference system achieves 508 tokens/s on 8×AMD MI300X, a 5.6× throughput jump from 90 tokens/s baseline with zero quality loss.
Orthrus-Qwen3-8B : up to 7.8×tokens/forward on Qwen3-8B, frozen backbone, provably identical output distribution
Introduces Orthrus, a method that injects a trainable diffusion attention module into a frozen autoregressive transformer to achieve up to 7.8× tokens per forward pass and ~6× wall-clock speedup on MATH-500, with provably identical output distribution to the base Qwen3-8B model. The approach requires minimal additional parameters and training, and avoids the TTFT penalty of external drafters.
@akshay_pachaar: NVIDIA might just have solved the biggest tradeoff in LLMs. Every LLM makes you pick between speed and quality. Autoreg…
NVIDIA introduces TwoTower, a method that decouples context representation and denoising in diffusion language models, achieving 2.42x throughput while retaining 98.7% of autoregressive quality on a 30B MoE backbone.
Orthrus-Qwen3: up to 7.8×tokens/forward on Qwen3, identical output distribution
Orthrus is a dual-architecture framework that combines autoregressive LLM fidelity with diffusion model speed, delivering up to 7.8x speedup on Qwen3 models while guaranteeing identical output distribution.
@PavloMolchanov: We’re releasing Nemotron-Labs-Diffusion - the first Tri-mode LM family (3B/8B/14B) that switches between Autoregressive…
NVIDIA releases Nemotron-Labs-Diffusion, the first tri-mode language model family (3B/8B/14B) that switches between autoregressive, diffusion, and self-speculation decoding by changing the attention pattern, achieving up to 4× higher real throughput.
