awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
RulinShao avatar

RulinShao/LightSeq

0
View on GitHub↗
223 星标·10 分支·Python·7 次浏览

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 历史

rulinshao/lightseq 的 Star 历史图表rulinshao/lightseq 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

LightSeq 的开源替代方案

相似的开源项目,按与 LightSeq 的功能重合度排序。
  • nvidia/tensorrt-llmNVIDIA 的头像

    NVIDIA/TensorRT-LLM

    12,913在 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
    在 GitHub 上查看↗12,913
  • flashinfer-ai/flashinferflashinfer-ai 的头像

    flashinfer-ai/flashinfer

    4,996在 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
    在 GitHub 上查看↗4,996
  • flexflow/flexflowflexflow 的头像

    flexflow/FlexFlow

    1,889在 GitHub 上查看↗

    Automatically Discovering Fast Parallelization Strategies for Distributed Deep Neural Network Training

    C++
    在 GitHub 上查看↗1,889
  • efeslab/nanoflowefeslab 的头像

    efeslab/Nanoflow

    965在 GitHub 上查看↗

    A throughput-oriented high-performance serving framework for LLMs

    Jupyter Notebookcudainferencellama2
    在 GitHub 上查看↗965
查看 LightSeq 的所有 22 个替代方案→

常见问题解答

rulinshao/lightseq 是做什么的?

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

rulinshao/lightseq 的主要功能有哪些?

rulinshao/lightseq 的主要功能包括:Inference Frameworks, Inference Serving Engines。

rulinshao/lightseq 有哪些开源替代品?

rulinshao/lightseq 的开源替代品包括: 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.