awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
RulinShao avatar

RulinShao/LightSeq

0
View on GitHub↗
223 stars·10 forks·Python·9 views

LightSeq

Official repository for DistFlashAttn: Distributed Memory-efficient Attention for Long-context LLMs Training

Features

  • Inference Frameworks - Sequence-level parallelism for distributed transformer inference.
  • Inference Serving Engines - Sequence-level parallelism for distributed transformer inference.

Star history

Star history chart for rulinshao/lightseqStar history chart for rulinshao/lightseq

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to LightSeq

Similar open-source projects, ranked by how many features they share with LightSeq.
  • nvidia/tensorrt-llmNVIDIA avatar

    NVIDIA/TensorRT-LLM

    12,913View on GitHub↗

    TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on accelerated hardware. It functions as a framework that transforms machine learning models into efficient execution graphs, providing an engine to refine these models for specific hardware to maximize throughput and minimize latency during text generation. The project distinguishes itself through advanced execution strategies that manage the entire inference pipeline. It utilizes kernel-level fusion and static graph execution to optimize mathematical operations and computational f

    Pythonblackwellcudallm-serving
    View on GitHub↗12,913
  • flashinfer-ai/flashinferflashinfer-ai avatar

    flashinfer-ai/flashinfer

    4,996View on GitHub↗

    FlashInfer is a library of high-performance GPU kernels purpose-built for accelerating large language model inference. It provides optimized implementations for attention operations (including flash attention, page attention, multi-head latent attention, and cascade attention) using paged key-value caches, fused kernel composition, and just-in-time compilation. The library also includes specialized kernels for mixture-of-experts layers, block-scaled low-precision quantization (FP8, FP4), and distributed collective communication. What distinguishes FlashInfer is its fused all-reduce communicat

    Pythonattentioncudadistributed-inference
    View on GitHub↗4,996
  • flexflow/flexflowflexflow avatar

    flexflow/FlexFlow

    1,889View on GitHub↗

    Automatically Discovering Fast Parallelization Strategies for Distributed Deep Neural Network Training

    C++
    View on GitHub↗1,889
  • efeslab/nanoflowefeslab avatar

    efeslab/Nanoflow

    965View on GitHub↗

    A throughput-oriented high-performance serving framework for LLMs

    Jupyter Notebookcudainferencellama2
    View on GitHub↗965
See all 22 alternatives to LightSeq→

Frequently asked questions

What does rulinshao/lightseq do?

Official repository for DistFlashAttn: Distributed Memory-efficient Attention for Long-context LLMs Training

What are the main features of rulinshao/lightseq?

The main features of rulinshao/lightseq are: Inference Frameworks, Inference Serving Engines.

What are some open-source alternatives to rulinshao/lightseq?

Open-source alternatives to rulinshao/lightseq include: nvidia/tensorrt-llm — TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on… flashinfer-ai/flashinfer — FlashInfer is a library of high-performance GPU kernels purpose-built for accelerating large language model inference.… flexflow/flexflow — Automatically Discovering Fast Parallelization Strategies for Distributed Deep Neural Network Training. fminference/flexgen — FlexGen is an inference engine for large language models designed for high-throughput execution on single or multiple… ggerganov/llama.cpp — llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across… efeslab/nanoflow — A throughput-oriented high-performance serving framework for LLMs.