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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesSparse Inference Frameworks

Execution 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.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Sparse Inference Frameworks. Refine with filters or upvote what's useful.

Awesome Sparse Inference Frameworks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • tiiny-ai/powerinferAvatar de Tiiny-AI

    Tiiny-AI/PowerInfer

    8,714Voir sur 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

    Implements a sparse inference framework that increases generation speed by exploiting activation sparsity.

    C++large-language-modelsllamallm
    Voir sur GitHub↗8,714
  • paddlepaddle/fastdeployAvatar de PaddlePaddle

    PaddlePaddle/FastDeploy

    3,700Voir sur 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
    Voir sur GitHub↗3,700
  1. Home
  2. Artificial Intelligence & ML
  3. Sparse Model Architectures
  4. Sparse Inference Frameworks