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

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

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

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tiiny-ai/powerinferالصورة الرمزية لـ Tiiny-AI

    Tiiny-AI/PowerInfer

    8,714عرض على 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
    عرض على GitHub↗8,714
  • yahoo/tensorflowonsparkالصورة الرمزية لـ yahoo

    yahoo/TensorFlowOnSpark

    3,850عرض على 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
    عرض على GitHub↗3,850
  1. Home
  2. DevOps & Infrastructure
  3. Distributed Computing
  4. Compute Graph Slicing