xLSTM 7B: A Recurrent LLM for Fast and Efficient Inference
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
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.
Benchmark evidence is limited
Evidence graph: 4 refs, 4 links.
Utility signals: depth 55/100, grounding 85/100, status medium.
Implementation
Best maintained implementation now
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)
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- 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.
- 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
- 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
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.
Quick start
git clone https://github.com/nx-ai/xlstm.git
pip install -e . Validation caveat
Repositories and ecosystem
Official
- nx-ai/mlstm_kernelsConfidence: 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.
These repositories had low-confidence matching signals and are hidden by default.
- thiomajid/moxe
Confidence: Low · 1 stars
- WuFangshu/xlstm
Confidence: Low · 0 stars
- bybybybyby37/xlstm-translation
Confidence: Low · 0 stars
Hugging Face artifacts
No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.
Models
- deepseek-ai/deepseek-llm-7b-chat
41,544 downloads · 227 likes
- deepseek-ai/deepseek-llm-7b-base
37,639 downloads · 146 likes
- BAAI/llm-embedder
24,809 downloads · 128 likes
Broaden model search
Datasets
- mario0369/llm-cost-same-prompt
316 downloads · 1 likes · Updated Aug 20, 2026
- axjns/llmfit-benchmarks
25 downloads · 1 likes · Updated Aug 19, 2026
Spaces
No trustworthy spaces matches right now.
Search spaces on Hugging FaceResearch context
Tasks
None detected
Methods
Transformer
Domains
Natural Language Processing, Large Language Models
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.
Data includes links from Papers with Code ( CC-BY-SA-4.0 ).