awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesDistributed Layer Synchronizers

Systems for coordinating data movement and state consistency between parallelized model layers.

Distinct from Distributed Acceleration Layers: Distinct from Distributed Acceleration Layers: focuses on the synchronization of specific layer data during distributed execution rather than general hardware abstraction.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Distributed Layer Synchronizers. Refine with filters or upvote what's useful.

Awesome Distributed Layer Synchronizers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • zhaochenyang20/awesome-ml-sys-tutorialzhaochenyang20 का अवतार

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371GitHub पर देखें↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Coordinates data movement between independent attention workers and shared MLP layers to maintain state consistency across parallel processing units.

    Python
    GitHub पर देखें↗5,371
  • b4rtaz/distributed-llamab4rtaz का अवतार

    b4rtaz/distributed-llama

    2,837GitHub पर देखें↗

    Distributed-llama is a distributed inference engine and command line tool for running large language models across multiple networked machines. It functions as a compute cluster manager that coordinates worker nodes to share the computational load of a single model. The system utilizes tensor parallelism to shard model weights across different hosts, allowing the execution of models that exceed the memory capacity of a single piece of hardware. It includes a dedicated format converter to transform standard model files into a compatible binary layout optimized for distributed loading. The eng

    Coordinates the forward pass to ensure each model layer finishes processing across all nodes before the next begins.

    C++distributed-computingdistributed-llmllama2
    GitHub पर देखें↗2,837
  1. Home
  2. Artificial Intelligence & ML
  3. Distributed Acceleration Layers
  4. Distributed Layer Synchronizers