Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
| Date | Stars |
|---|---|
| 2026-07-24 | 435 |
| 2026-07-25 | 435 |
| 2026-07-28 | 435 |
| 2026-07-30 | 435 |
| 2026-08-06 | 435 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# xFasterTransformer
<p align="center">
<a href="./README.md">English</a> |
<a href="./README_CN.md">简体中文</a>
</p>
xFasterTransformer is an exceptionally optimized solution for large language models (LLM) on the X86 platform, which is similar to FasterTransformer on the GPU platform. xFasterTransformer is able to operate in distributed mode across multiple sockets and nodes to support inference on larger models. Additionally, it provides both C++ and Python APIs, spanning from high-level to low-level interfaces, making it easy to adopt and integrate.
## News🔥
- xFastertransformer supports Qwen3 series models now!
- [xFastertransformer supports full-power 671B DeepSeek-R1 now! Click for details.](docs/en/deepseek.md)
## Table of Contents
- [xFasterTransformer](#xfastertransformer)
- [Table of Contents](#table-of-contents)
- [Models overview](#models-overview)
- [Model support matrix](#model-support-matrix)
- [DataType support list](#datatype-support-list)
- [Documents](#documents)
- [Installation](#installation)
- [From PyPI](#from-pypi)
- [Using Docker](#using-docker)
- [Built from source](#built-from-source)
- [Prepare Environment](#prepare-environment)
- [Manually](#manually)
- [Install dependent libraries](#install-dependent-libraries)
- [How to build](#how-to-build)
- [Models Preparation](#models-preparation)
- [API usage](#api-usage)
- [Python API(PyTorch)](#python-apipytorch)
- [C++ API](#c-api)
- [How to run](#how-to-run)
- [Single rank](#single-rank)
- [Multi ranks](#multi-ranks)
- [Command line](#command-line)
- [Code](#code)
- [Python](#python)
- [C++](#c)
- [Web Demo](#web-demo)
- [Serving](#serving)
- [vLLM](#vllm)
- [Install](#install)
- [OpenAI Compatible Server](#openai-compatible-server)
- [FastChat](#fastchat)
- [MLServer](#mlserver)
- [Benchmark](#benchmark)
- [Support](#support)
- [Accepted Papers](#accepted-papers)
- [Q\&A](#qa)
## Models overview
Large Language Models (LLMs) develops very fast and are more widely used in many AI scenarios. xFasterTransformer is an optimized solution for LLM inference using the mainstream and popular LLM models on Xeon. xFasterTransformer fully leverages the hardware capabilities of Xeon platforms to achieve the high performance and high scalability of LLM inference both on single socket and multiple sockets/multiple nodes.
xFasterTransformer provides a series of APIs, both of C++ and Python, for end users to integrate xFasterTransformer into their own solutions or services directly. Many kinds of example codes are also provided to demonstrate the usage. Benchmark codes and scripts are provided for users to show the performance. Web demos for popular LLM models are also provided.
### Model support matrix
| Models | Framework | | Distribution |
| :----------------: | :-------: | :------: | :----------: |
| | PyTorch | C++ | |
| DeepSeekR1 | ✔ | ✔ | ✔ |
| DeepSeekV3 | ✔ | ✔ | ✔ |
| DeepSeekV2 | ✔ | ✔ | ✔ |
| ChatGLM | ✔ | ✔ | ✔ |
| ChatGLM2 | ✔ | ✔ | ✔ |
| ChatGLM3 | ✔ | ✔ | ✔ |
| GLM4 | ✔ | ✔ | ✔ |
| Llama | ✔ | ✔ | ✔ |
| Llama2 | ✔ | ✔ | ✔ |
| Llama3 | ✔ | ✔ | ✔ |
| Baichuan | ✔ | ✔ | ✔ |
| Baichuan2 | ✔ | ✔ | ✔ |
| QWen | ✔ | ✔ | ✔ |
| QWen2 | ✔ | ✔ | ✔ |
| QWen3 | ✔ | ✔ | ✔ |
| SecLLM(YaRN-Llama) | ✔ | &#Excerpt of 20,802 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b7cf60100eee5c87, topic:llm, topic:transformer, topic:llama
matched fp:b7cf60100eee5c87, topic:inference, topic:model-serving, readme:openai compatible server