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 squeezeailab/kvquant

Open-source alternatives to KVQuant

30 open-source projects similar to squeezeailab/kvquant, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best KVQuant alternative.

  • 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
  • bytedance/shadowkvbytedance avatar

    bytedance/ShadowKV

    306View on GitHub↗

    ICML 2025 Spotlight ShadowKV: KV Cache in Shadows for High-Throughput Long-Context LLM Inference

    Python
    View on GitHub↗306
  • dao-ailab/flash-attentionDao-AILab avatar

    Dao-AILab/flash-attention

    24,220View on GitHub↗

    FlashAttention is an attention mechanism optimization library and machine learning acceleration framework designed to increase training speed and reduce memory footprint for large-scale neural network models. It functions as a collection of low-level CUDA kernels that optimize memory-bound operations to improve hardware utilization on graphics processing units. The library distinguishes itself through an input-output-aware algorithm design that minimizes data movement between different levels of memory. By employing kernel fusion and tiled matrix multiplication, it combines sequential operati

    Python
    View on GitHub↗24,220
  • deepseek-ai/3fsdeepseek-ai avatar

    deepseek-ai/3FS

    9,970View on GitHub↗

    3FS is a distributed file system and RDMA storage cluster designed for high-performance AI training and inference workloads. It functions as a strongly consistent storage layer that utilizes a disaggregated architecture to pool SSDs and memory resources across multiple nodes. The system provides specialized storage implementations including an AI training checkpoint store for parallel state preservation and a distributed key-value cache store for decoder layer vectors to optimize inference processing. It ensures data integrity through chain replication and apportioned query distribution. The

    C++
    View on GitHub↗9,970

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/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
  • 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/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/eplbdeepseek-ai avatar

    deepseek-ai/EPLB

    1,388View on GitHub↗

    Expert Parallelism Load Balancer

    Python
    View on GitHub↗1,388
  • 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/squeezedattentionSqueezeAILab avatar

    SqueezeAILab/SqueezedAttention

    59View on GitHub↗

    ACL 2025 Squeezed Attention: Accelerating Long Prompt LLM Inference

    Python
    View on GitHub↗59