Skip to content
OpenTrain AIFor AI Companies

xLSTM 7B: A Recurrent LLM for Fast and Efficient Inference

Maximilian Beck, Korbinian Pöppel, Phillip Lippe, Richard Kurle, Patrick M. Blies +3 morePublished Mar 17, 2025
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Missing
Not verified yet
Time to first repro
A few hours
Fast first run
Risk flags
0
None detected

Abstract

Domain fit: AI-core · Core AI workload signals detected from paper context and implementation/artifact evidence.

Recent breakthroughs in solving reasoning, math and coding problems with Large Language Models (LLMs) have been enabled by investing substantial computation budgets at inference time. Therefore, inference speed is one of the most critical properties of LLM architectures, and there is a growing need for LLMs that are efficient and fast at inference. Recently, LLMs built on the xLSTM architecture have emerged as a powerful alternative to Transformers, offering linear compute scaling with sequence length and constant memory usage, both highly desirable properties for efficient inference. However, such xLSTM-based LLMs have yet to be scaled to larger models and assessed and compared with respect to inference speed and efficiency. In this work, we introduce xLSTM 7B, a 7-billion-parameter LLM that combines xLSTM's architectural benefits with targeted optimizations for fast and efficient inference. Our experiments demonstrate that xLSTM 7B achieves performance on downstream tasks comparable to other similar-sized LLMs, while providing significantly faster inference speeds and greater efficiency compared to Llama- and Mamba-based LLMs. These results establish xLSTM 7B as the fastest and most efficient 7B LLM, offering a solution for tasks that require large amounts of test-time computation. Our work highlights xLSTM's potential as a foundational architecture for methods building on heavy use of LLM inference. Our model weights, model code and training code are open-source.

Results and benchmarks

Freshness tier: hot
Recent breakthroughs in solving reasoning, math and coding problems with Large Language Models (LLMs) have been enabled by investing substantial computation budgets at inference time.

Implementation

Best maintained implementation now

Recommended
Confidence: High
Reproducibility: Strong

Official repository of the xLSTM.

2,196 stars · 186 forks · Last push May 28, 2026 · Apache-2.0 license

  • License
  • CI
  • Dependencies
  • Docker

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata · Community adoption signal (2196 stars)

Why this implementation
Confidence: high

nx-ai/xlstm is the strongest maintained implementation based on ranking signals. CI workflows are present. License is declared (Apache-2.0).

Open nx-ai/xlstm
Reproduction risks
  • No repository-level red flags were detected, but paper-specific preprocessing and hyperparameter details may still be under-specified.
  • Selected nx-ai/xlstm as the strongest maintained implementation for new work.
  • Includes CI workflow signals.
  • Includes dependency/environment manifest signals.
  • Repository activity is within the last 24 months.

Compare implementation paths

Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.

nx-ai/xlstm
best maintained
Maintenance
Recently updated
Confidence
High
Reproducibility
Strong
Stars
2,196
Last push
May 28, 2026 (89d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No Docker setup
nx-ai/xlstm-jax
historical official
Maintenance
Recently updated
Confidence
High
Reproducibility
Strong
Stars
105
Last push
Apr 8, 2026 (140d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No tagged releases
  • No Docker setup
Maintenance
Recently updated
Confidence
High
Reproducibility
Strong
Stars
93
Last push
Jul 6, 2026 (50d)

Official implementation from Papers with Code · Strong overlap with paper title keywords

  • No tagged releases
  • No Docker setup

Reproduction readiness

Time to first repro: hours
Last checked: Aug 24, 2026

Ready to run

Ready to reproduce

  • Clone nx-ai/xlstm and install dependencies from pyproject.toml.
  • CI pipeline detected, so automated tests are in place.
  • Last updated 89 days ago.
Open nx-ai/xlstm

Quick start

git clone https://github.com/nx-ai/xlstm.git
pip install -e .

Repositories and ecosystem

Official

  • nx-ai/mlstm_kernels
    Confidence: High

    Tiled Flash Linear Attention library for fast and efficient mLSTM Kernels.

    93 stars · 10 forks · Last push Jul 6, 2026 · NOASSERTION license

Community

No additional community repositories detected yet.

Hugging Face artifacts

No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.

Models

Curated Related

Datasets

Curated Related

Spaces

No trustworthy spaces matches right now.

Search spaces on Hugging Face

Research context

Tasks

None detected

Methods

Transformer

Domains

Natural Language Processing, Large Language Models

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers

Jump to Paper2Code search queries derived from this paper's research context.

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).