awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

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

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

    C++large-language-modelsllamallm
    Voir sur GitHub↗8,714
  • yahoo/tensorflowonsparkAvatar de yahoo

    yahoo/TensorFlowOnSpark

    3,850Voir sur GitHub↗

    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
    Voir sur GitHub↗3,850
  1. Home
  2. DevOps & Infrastructure
  3. Distributed Computing
  4. Compute Graph Slicing