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
Back to deepseek-ai/eplb

Projects sharing features with EPLB

30 open-source projects similar to deepseek-ai/eplb, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • deepseek-ai/dualpipedeepseek-ai avatar

    deepseek-ai/DualPipe

    2,967View on GitHub↗

    A bidirectional pipeline parallelism algorithm for computation-communication overlap in DeepSeek V3/R1 training.

    Python
    View on GitHub↗2,967
  • deepseek-ai/deepepdeepseek-ai avatar

    deepseek-ai/DeepEP

    9,736View on GitHub↗

    DeepEP is a distributed model accelerator and expert-parallel communication library designed to optimize the training and inference of large-scale neural networks. It provides specialized GPU communication kernels and a remote GPU memory interface to facilitate high-throughput data exchange between hardware nodes. The system utilizes dynamic kernel generation to compile optimized GPU kernels during execution, removing the need for separate installation compilation steps. It implements virtual-lane traffic isolation to prevent interference between different data streams and employs routing met

    Cuda
    View on GitHub↗9,736
  • open-mmlab/openpcdetopen-mmlab avatar

    open-mmlab/OpenPCDet

    5,621View on GitHub↗

    OpenPCDet is a PyTorch deep learning library and toolbox for LiDAR 3D object detection. It functions as a point cloud processing framework designed to develop, train, and evaluate machine learning models that identify and locate objects in three dimensional space. The project includes a GPU-accelerated geometry engine for high-performance implementation of 3D intersection over union and rotated non-maximum suppression. It also provides a distributed model training tool to scale the training and testing of detection models across multiple GPUs and computing nodes. The framework covers point c

    Python
    View on GitHub↗5,621
  • stability-ai/stablelmStability-AI avatar

    Stability-AI/StableLM

    15,699View on GitHub↗

    StableLM is a pre-trained transformer-based large language model designed for natural language generation and zero-shot inference. It functions as a causal language model that predicts the next token in a sequence to produce human-like text for conversational and creative writing tasks. The model is built as a fine-tunable base, allowing the adaptation of pre-trained weights to specific tasks or styles through custom dataset training and weight regularization. It utilizes rotary positional embeddings and flash-attention to optimize memory usage and processing efficiency during deployment on G

    Jupyter Notebook
    View on GitHub↗15,699

AI search

Explore more awesome repositories

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

Find more with AI search
  • deepseek-ai/deepgemmdeepseek-ai avatar

    deepseek-ai/DeepGEMM

    7,385View on GitHub↗

    DeepGEMM is a suite of specialized GPU kernels and a just-in-time compiler designed for low-precision matrix operations, Mixture-of-Experts models, and attention processing. It provides a library of high-performance matrix multiplication kernels using FP8 precision to increase compute throughput and reduce memory usage. The project features a JIT CUDA kernel compiler that generates and loads optimized compute kernels at runtime to eliminate the need for manual compilation during installation. It includes specialized implementations for grouped matrix multiplication that process multiple group

    Cuda
    View on GitHub↗7,385
  • deepseek-ai/flashmladeepseek-ai avatar

    deepseek-ai/FlashMLA

    12,706View on GitHub↗

    FlashMLA is an LLM attention kernel library and inference acceleration library providing a collection of high-performance CUDA kernels. It implements multi-head latent attention mechanisms designed to reduce memory overhead and increase throughput during the forward and backward passes of large language model inference. The library utilizes quantized cache attention kernels to improve computation efficiency across both sparse and dense token processing. It specifically optimizes the prefill and decoding phases of model inference through these latent attention implementations. The project cov

    C++
    View on GitHub↗12,706
  • epfml/dynamic-sparse-flash-attentionepfml avatar

    epfml/dynamic-sparse-flash-attention

    152View on GitHub↗

    Code to reproduce results for the paper "Faster Causal Attention Over Large Sequences Through Sparse Flash Attention"

    Jupyter Notebook
    View on GitHub↗152
  • epfml/landmark-attentionepfml avatar

    epfml/landmark-attention

    426View on GitHub↗

    Landmark Attention: Random-Access Infinite Context Length for Transformers

    Python
    View on GitHub↗426
  • fxmeng/transmlaF

    fxmeng/TransMLA

    0View on GitHub↗
    View on GitHub↗0
  • google/flaxformergoogle avatar

    google/flaxformer

    368View on GitHub↗

    Flaxformer is a transformer library for primarily NLP and multimodal research at Google. It is used for many NLP research use cases, providing both off-the-shelf BERT and T5 models, and several research projects built on shared components.

    Python
    View on GitHub↗368
  • google/traxgoogle avatar

    google/trax

    8,304View on GitHub↗

    Trax is a deep learning framework and hardware-agnostic tensor engine designed for designing and training neural networks. It serves as a research tool providing high-level combinators for composing complex architectures, alongside a dedicated library for building transformer models and a toolkit for reinforcement learning. The framework is distinguished by its support for reversible and sparse transformer architectures, which reduce memory and computational overhead. It enables a single set of model instructions to execute across different hardware backends without changing the underlying co

    Python
    View on GitHub↗8,304
  • insuhan/hyper-attninsuhan avatar

    insuhan/hyper-attn

    86View on GitHub↗

    The repository is the PyTorch implementation of HyperAttention paper:

    Python
    View on GitHub↗86
  • int-flashattention2024/int-flashattentionINT-FlashAttention2024 avatar

    INT-FlashAttention2024/INT-FlashAttention

    91View on GitHub↗

    This repository is the official implementation of INT-FlashAttention.

    C++
    View on GitHub↗91
  • jt-ushio/mha2mlaJT-Ushio avatar

    JT-Ushio/MHA2MLA

    212View on GitHub↗

    Towards Economical Inference: Enabling DeepSeek's Multi-Head Latent Attention in Any Transformer-based LLMs

    Python
    View on GitHub↗212
  • lhao499/ringattentionlhao499 avatar

    lhao499/RingAttention

    773View on GitHub↗

    Large Context Attention

    Python
    View on GitHub↗773
  • metacarbon/shareattmetacarbon avatar

    metacarbon/shareAtt

    20View on GitHub↗

    Beyond KV Caching: Shared Attention for Efficient LLMs

    Python
    View on GitHub↗20
  • microsoft/minferencemicrosoft avatar

    microsoft/MInference

    1,221View on GitHub↗

    NeurIPS'24 Spotlight, ICLR'25, ICML'25 To speed up Long-context LLMs' inference, approximate and dynamic sparse calculate the attention, which reduces inference latency by up to 10x for pre-filling on an A100 while maintaining accuracy.

    Python
    View on GitHub↗1,221
  • microsoft/seerattentionmicrosoft avatar

    microsoft/SeerAttention

    204View on GitHub↗

    SeerAttention: Learning Intrinsic Sparse Attention in Your LLMs

    Python
    View on GitHub↗204
  • microsoft/unilmmicrosoft avatar

    microsoft/unilm

    22,030View on GitHub↗

    This project is a comprehensive framework and toolkit for developing, optimizing, and deploying transformer-based models across multimodal, document intelligence, and natural language processing tasks. It provides a unified neural architecture that processes text, vision, audio, and document layout data through a shared set of weights, enabling researchers and developers to build foundational models that align cross-modal representations. The platform distinguishes itself through advanced training and inference strategies designed for large-scale deep learning. It incorporates specialized mec

    Pythonbeitbeit-3bitnet
    View on GitHub↗22,030
  • minimax-ai/minimax-01MiniMax-AI avatar

    MiniMax-AI/MiniMax-01

    3,435View on GitHub↗

    The official repo of MiniMax-Text-01 and MiniMax-VL-01, large-language-model & vision-language-model based on Linear Attention

    Pythonlarge-language-modelsllmllms
    View on GitHub↗3,435
  • mit-han-lab/questmit-han-lab avatar

    mit-han-lab/Quest

    394View on GitHub↗

    ICML 2024 Quest: Query-Aware Sparsity for Efficient Long-Context LLM Inference

    Cuda
    View on GitHub↗394
  • nvidia/star-attentionNVIDIA avatar

    NVIDIA/Star-Attention

    395View on GitHub↗

    Efficient LLM Inference over Long Sequences

    Python
    View on GitHub↗395
  • opennlplab/lightning-attentionOpenNLPLab avatar

    OpenNLPLab/lightning-attention

    345View on GitHub↗

    Lightning Attention-2: A Free Lunch for Handling Unlimited Sequence Lengths in Large Language Models

    Python
    View on GitHub↗345
  • opennlplab/transnormerllmOpenNLPLab avatar

    OpenNLPLab/TransnormerLLM

    254View on GitHub↗

    Official implementation of TransNormerLLM: A Faster and Better LLM

    Python
    View on GitHub↗254
  • piotrnawrot/sparse-frontierPiotrNawrot avatar

    PiotrNawrot/sparse-frontier

    123View on GitHub↗

    The evaluation framework for training-free sparse attention in LLMs

    Python
    View on GitHub↗123
  • pytorch-labs/attention-gympytorch-labs avatar

    pytorch-labs/attention-gym

    1,197View on GitHub↗

    Helpful tools and examples for working with flex-attention

    Python
    View on GitHub↗1,197
  • squeezeailab/kvquantSqueezeAILab avatar

    SqueezeAILab/KVQuant

    427View on GitHub↗

    NeurIPS 2024 KVQuant: Towards 10 Million Context Length LLM Inference with KV Cache Quantization

    Python
    View on GitHub↗427
  • squeezeailab/squeezedattentionSqueezeAILab avatar

    SqueezeAILab/SqueezedAttention

    59View on GitHub↗

    ACL 2025 Squeezed Attention: Accelerating Long Prompt LLM Inference

    Python
    View on GitHub↗59
  • sustechbruce/look-mSUSTechBruce avatar

    SUSTechBruce/LOOK-M

    103View on GitHub↗

    EMNLP 2024 Findings🔥 Official implementation of ": LOOK-M: Look-Once Optimization in KV Cache for Efficient Multimodal Long-Context Inference"

    Python
    View on GitHub↗103
  • thu-ml/sageattentionthu-ml avatar

    thu-ml/SageAttention

    3,425View on GitHub↗

    ICLR2025, ICML2025, NeurIPS2025 Spotlight Quantized Attention achieves speedup of 2-5x compared to FlashAttention, without losing end-to-end metrics across language, image, and video models.

    Cuda
    View on GitHub↗3,425