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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repository-uri

Awesome GitHub RepositoriesSparse Model Architectures

Architectural designs that activate only a subset of parameters per input to improve computational efficiency.

Distinguishing note: Focuses on conditional computation and routing mechanisms, distinct from dense model architectures.

Explore 10 awesome GitHub repositories matching artificial intelligence & ml · Sparse Model Architectures. Refine with filters or upvote what's useful.

Awesome Sparse Model Architectures GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jingyaogong/minimindAvatar jingyaogong

    jingyaogong/minimind

    51,834Vezi pe GitHub↗

    This project is a comprehensive framework for the entire lifecycle of transformer-based language models, supporting everything from foundational pretraining to specialized deployment. It provides a modular toolkit for defining neural network architectures, managing data preparation pipelines, and executing training routines across various scales. The framework is designed to handle the full model development process, including supervised fine-tuning, behavioral alignment, and the integration of agentic capabilities. What distinguishes this framework is its focus on efficient training and adva

    Computational load is distributed across specialized sub-networks where only a subset of parameters is activated for each input token.

    Pythonartificial-intelligencelarge-language-model
    Vezi pe GitHub↗51,834
  • xai-org/grok-1Avatar xai-org

    xai-org/grok-1

    51,690Vezi pe GitHub↗

    Grok-1 is an open-weights large language model implementation featuring a sparse mixture-of-experts architecture. It is designed for high-performance text generation and natural language processing by activating only a subset of specialized expert layers per token. The model utilizes 8-bit weight quantization to reduce memory overhead and accelerate loading. To manage its high parameter count, the implementation supports activation sharding, which distributes the memory load across multiple hardware devices during execution. The project covers large-scale model inference, including text comp

    Employs a sparse architectural design that activates only a subset of parameters per token.

    Python
    Vezi pe GitHub↗51,690
  • microsoft/deepspeedAvatar microsoft

    microsoft/DeepSpeed

    42,533Vezi pe GitHub↗

    DeepSpeed is a distributed deep learning optimization library and framework designed for the training and inference of massive AI models. It serves as a model parallelism orchestrator and a toolkit for scaling large language models across multiple GPUs and compute nodes. The project distinguishes itself through 3D parallelism orchestration, which combines data, pipeline, and tensor parallelism. It utilizes ZeRO-based memory partitioning to eliminate redundant storage and employs CPU-offload memory management to move weights and optimizer states to system RAM. Additionally, it provides special

    Provides specialized routing and support for sparse Mixture-of-Experts architectures to increase model capacity.

    Python
    Vezi pe GitHub↗42,533
  • tiiny-ai/powerinferAvatar Tiiny-AI

    Tiiny-AI/PowerInfer

    8,714Vezi pe GitHub↗

    PowerInfer is a high-performance local large language model inference engine and sparse inference framework. It provides a runtime for executing models on consumer-grade hardware, utilizing a GPU acceleration backend to optimize tensor operations for graphics processors. The system distinguishes itself through a sparse inference framework that increases generation speed by skipping computations based on activation sparsity in model weights. It includes a GGUF model converter for transforming weights and metadata into a unified binary format, as well as an OpenAI API compatible server for inte

    Increases generation speed by identifying and ignoring inactive neurons based on activation sparsity.

    C++large-language-modelsllamallm
    Vezi pe GitHub↗8,714
  • infrasys-ai/aiinfraAvatar Infrasys-AI

    Infrasys-AI/AIInfra

    7,414Vezi pe GitHub↗

    Supports Transformer variants, mixture-of-experts, and compression techniques for sparse networks.

    Jupyter Notebookaiinfraaisystem
    Vezi pe GitHub↗7,414
  • eleutherai/gpt-neoxAvatar EleutherAI

    EleutherAI/gpt-neox

    7,392Vezi pe GitHub↗

    gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It implements the transformer architecture and provides a toolkit for training models with billions of parameters by distributing weights across compute clusters. The framework distinguishes itself through extensive support for distributed model parallelism, including pipeline and sequence parallelism, to overcome single-device memory limits. It further supports sparse model architectures using a mixture of experts system with Sinkhorn-based routing. The project covers a broad ran

    Supports sparse model architectures using a mixture of experts system to improve computational efficiency.

    Pythondeepspeed-librarygpt-3language-model
    Vezi pe GitHub↗7,392
  • airbnb/aerosolveAvatar airbnb

    airbnb/aerosolve

    4,804Vezi pe GitHub↗

    Aerosolve este un framework de machine learning conceput pentru antrenarea și implementarea modelelor interpretabile. Acesta funcționează ca un instrument de feature engineering și un antrenor de modele care utilizează modelarea cu caracteristici rare (sparse feature modeling) pentru a simplifica depanarea ponderilor și a accelera iterația datelor. Sistemul include un limbaj de transformare specific domeniului pentru convertirea seturilor de date brute în reprezentări pregătite pentru model. De asemenea, oferă capabilități pentru analiza conținutului vizual prin maparea imaginilor în spații vectoriale dense de înaltă dimensiune, pentru a clasifica și organiza datele după stil sau conținut. Framework-ul permite antrenarea centrată pe om prin injectarea credințelor anterioare și a ponderilor specifice în procesul de învățare al modelului. Pentru deployment, utilizează un runtime de inferență minimal pentru a executa predicții ușoare și un mecanism de scoring cu context partajat pentru a procesa mai multe elemente într-o singură operațiune.

    Utilizes sparse feature modeling to create interpretable models that simplify weight debugging and iteration.

    Scala
    Vezi pe GitHub↗4,804
  • deepseek-ai/engramAvatar deepseek-ai

    deepseek-ai/Engram

    4,462Vezi pe GitHub↗

    Engram este un sistem dinamic de recuperare a cunoștințelor și un framework de augmentare a memoriei pentru modele de limbaj mari (LLM). Funcționează ca un strat scalabil de căutare în memorie și o componentă de arhitectură rară (sparse), concepută pentru a îmbina cunoștințele statice ale modelului cu stări externe dinamice pentru a îmbunătăți factualitatea și a reduce halucinațiile. Sistemul utilizează recuperarea condiționată a memoriei și adresarea diferențiabilă a memoriei pentru a mapa tokenurile de input către indici specifici într-un depozit de memorie asociativă la scară largă. Acest lucru permite modelului să își mărească parametrii totali disponibili prin stocarea ponderilor în tabele de căutare externe și activarea doar a segmentelor de cunoștințe relevante pentru un anumit input. Frameworkul acoperă optimizarea rarității modelului și augmentarea scalabilă, folosind recuperarea key-value și fuziunea dinamică a parametrilor pentru a îmbunătăți performanța pe sarcini specializate fără a necesita o reantrenare completă a rețelei.

    Optimizes memory usage by implementing an architecture that activates only relevant knowledge segments.

    Python
    Vezi pe GitHub↗4,462
  • amznlabs/amazon-dsstneAvatar amznlabs

    amznlabs/amazon-dsstne

    4,395Vezi pe GitHub↗

    Amazon DSSTNE este un toolkit de machine learning și o bibliotecă de rețele tensoriale rare (sparse) concepută pentru modele de deep learning cu input-uri și output-uri rare. Oferă un framework de antrenare model-parallel și un motor sparse accelerat GPU pentru a suporta rețele care consumă multă memorie. Framework-ul este conceput special pentru antrenarea sistemelor de recomandare și învățarea sparse la scară largă. Permite distribuirea matricelor mari de ponderi și a tabelelor de embedding pe mai multe dispozitive GPU pentru a gestiona modele care depășesc capacitatea de memorie a unui singur procesor. Proiectul acoperă o gamă largă de capabilități, inclusiv calculul distribuit pe GPU, procesarea seturilor de date rare și construcția de rețele tensoriale rare scalabile. Aceste utilitare permit execuția operațiunilor de machine learning de înaltă performanță și scalarea modelelor pe clustere GPU.

    Enables constructing machine learning models using scalable sparse tensor networks to handle large-scale data.

    C++
    Vezi pe GitHub↗4,395
  • paddlepaddle/fastdeployAvatar PaddlePaddle

    PaddlePaddle/FastDeploy

    3,700Vezi pe GitHub↗

    FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models. It provides the infrastructure to launch model services that process combined image, video, and text inputs, exposing these capabilities through a standardized, OpenAI-compatible API for chat and text completions. The project distinguishes itself through advanced inference pipeline engineering and GPU optimization. It employs speculative decoding, tensor parallelism, and a disaggregated execution model that separates prefill and decode phases across different hardware resourc

    Uses sparse attention mechanisms to process key-value blocks selectively and handle long-sequence inputs.

    Pythonernieernie-45ernie-45-vl
    Vezi pe GitHub↗3,700
  1. Home
  2. Artificial Intelligence & ML
  3. Sparse Model Architectures

Explorează sub-etichetele

  • Sparse Inference FrameworksExecution systems that optimize inference by skipping computations based on activation sparsity in model weights. **Distinct from Sparse Model Architectures:** Distinct from Sparse Model Architectures: focuses on the execution runtime and skipping computations rather than the neural network design.
  • Sparse Tensor Network ModelingThe process of designing model architectures based on sparse tensor network topologies. **Distinct from Sparse Model Architectures:** Focuses on the network topology of sparse tensors rather than general conditional computation or routing.