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

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

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

1 مستودع

Awesome GitHub RepositoriesDistributed Process Control

Mechanisms for controlling execution flow and restricting tasks to specific ranks within a distributed compute cluster.

Distinct from Process Execution Utilities: The candidates focus on OS process spawning or build-target execution, whereas this is about coordinating distributed ranks in a machine learning cluster.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Distributed Process Control. Refine with filters or upvote what's useful.

Awesome Distributed Process Control GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • huggingface/accelerateالصورة الرمزية لـ huggingface

    huggingface/accelerate

    9,725عرض على GitHub↗

    Accelerate is a PyTorch distributed training library that abstracts the boilerplate required to run models across multiple GPUs, TPUs, and CPUs. It functions as a deep learning model scaler and distributed hardware orchestrator, allowing the same training script to run on different hardware backends without modifying the core logic. The project provides a distributed training command line interface for configuring compute environments and launching jobs across single or multi-node clusters. It includes a mixed precision training framework to implement FP16 and BF16 precision, reducing memory

    The ability to execute a function on a designated process index to ensure a task runs only once within a cluster.

    Python
    عرض على GitHub↗9,725
  1. Home
  2. Artificial Intelligence & ML
  3. Distributed Process Control