awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCompute Graph Slicing

Techniques for partitioning a model's compute graph across multiple distributed hardware nodes.

Distinct from Distributed Computing: Specifically focuses on slicing the neural network graph for parallel execution rather than general task distribution

Explore 2 awesome GitHub repositories matching devops & infrastructure · Compute Graph Slicing. Refine with filters or upvote what's useful.

Awesome Compute Graph Slicing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tiiny-ai/powerinferAvatar von Tiiny-AI

    Tiiny-AI/PowerInfer

    8,714Auf GitHub ansehen↗

    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

    Splits the compute graph into segments and distributes them across multiple nodes to parallelize model execution.

    C++large-language-modelsllamallm
    Auf GitHub ansehen↗8,714
  • yahoo/tensorflowonsparkAvatar von yahoo

    yahoo/TensorFlowOnSpark

    3,850Auf GitHub ansehen↗

    TensorFlowOnSpark is a distributed framework for running TensorFlow machine learning workloads and model training across Apache Spark clusters. It functions as a cluster computing orchestrator that manages worker processes and resource allocation to scale deep learning tasks across multiple computing nodes. The platform enables distributed deep learning training and large-scale model inference, allowing users to execute tasks across a cluster of servers to handle datasets that exceed the memory of a single machine. It integrates deep learning workloads with Spark data processing to create end

    Implements techniques for partitioning the TensorFlow compute graph across multiple distributed nodes for parallel execution.

    Python
    Auf GitHub ansehen↗3,850
  1. Home
  2. DevOps & Infrastructure
  3. Distributed Computing
  4. Compute Graph Slicing