awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesSparse Attention Modules

Optimized components that replace dense attention mechanisms with sparse alternatives to reduce computational overhead.

Distinguishing note: Specifically targets the replacement of dense layers with sparse variants, distinct from general sparse matrix operations.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Sparse Attention Modules. Refine with filters or upvote what's useful.

Awesome Sparse Attention Modules GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • deepspeedai/deepspeedالصورة الرمزية لـ deepspeedai

    deepspeedai/DeepSpeed

    42,528عرض على GitHub↗

    DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive clusters of GPUs and compute nodes. It provides a comprehensive suite of tools for distributed training, enabling the execution of models that exceed the memory capacity of single devices through advanced parameter partitioning, pipeline-based model parallelism, and memory-efficient state offloading. The framework distinguishes itself through specialized communication-efficient optimizers and hardware-aware acceleration techniques. By utilizing gradient compression, quantization

    The framework reduces computational overhead in pre-trained models by replacing dense self-attention layers with optimized sparse attention modules.

    Pythonbillion-parameterscompressiondata-parallelism
    عرض على GitHub↗42,528
  • lucidrains/vit-pytorchالصورة الرمزية لـ lucidrains

    lucidrains/vit-pytorch

    25,363عرض على GitHub↗

    This library provides a comprehensive collection of modular building blocks and research-backed architectures for implementing vision transformers within the PyTorch framework. It serves as a centralized repository for constructing, training, and analyzing attention-based models, offering a wide array of specialized variants designed for image classification and visual representation learning. The project distinguishes itself through a focus on architectural efficiency and flexibility, supporting diverse input formats including non-square images and volumetric data like video. It incorporates

    Provides optimized sparse attention modules to reduce computational overhead when processing high-resolution images.

    Python
    عرض على GitHub↗25,363
  • pku-yuangroup/open-sora-planالصورة الرمزية لـ PKU-YuanGroup

    PKU-YuanGroup/Open-Sora-Plan

    12,163عرض على GitHub↗

    Open-Sora-Plan is a text-to-video framework and distributed video training system. It utilizes a diffusion transformer architecture and large language model components to transform written descriptions or image prompts into high-quality video sequences. The system features a distributed infrastructure designed for large-scale video training and inference. It employs sequence parallelism to split high-resolution or long-duration video samples across multiple GPUs and uses a sparse attention mechanism to increase processing speed. The project includes capabilities for both text-to-video and im

    Implements sparse attention modules to reduce computational complexity and increase processing speed.

    Python
    عرض على GitHub↗12,163
  • facebookresearch/xformersالصورة الرمزية لـ facebookresearch

    facebookresearch/xformers

    10,506عرض على GitHub↗

    xformers is a collection of specialized toolsets for fused GPU operators, sparse attention mechanisms, modular transformer components, and performance benchmarking. It provides a library of optimized and interoperable building blocks used to construct and experiment with transformer architectures. The project features a fused CUDA operator library that combines common layers into single GPU operations to increase throughput. It includes a sparse attention framework and memory-efficient attention kernels that utilize tiling strategies and structured sparsity patterns to reduce computational ov

    Implements a framework of sparse attention modules and patterns to reduce computational overhead.

    Python
    عرض على GitHub↗10,506
  • thu-ml/turbodiffusionالصورة الرمزية لـ thu-ml

    thu-ml/TurboDiffusion

    3,339عرض على GitHub↗

    TurboDiffusion is a video diffusion inference engine and generator designed to create high-resolution videos from text prompts and images. It provides a runtime environment for executing optimized diffusion model checkpoints with a focus on reducing latency and GPU memory usage. The project features a specialized training framework for aligning sparse-linear attention models with pretrained full-attention models. This system includes capabilities for sparse attention parameter merging and sparse-linear model alignment to reduce computational costs during inference while maintaining output qua

    Replaces dense attention mechanisms with sparse linear approximations to lower the computational cost of video frames.

    Pythonai-infraconsistency-modeldiffusion-models
    عرض على GitHub↗3,339
  1. Home
  2. Artificial Intelligence & ML
  3. Sparse Attention Modules