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

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

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

6 مستودعات

Awesome GitHub RepositoriesDistributed Orchestration

Frameworks for managing and distributing tasks across multiple compute nodes.

Distinguishing note: Focuses on worker-controller patterns for model inference tasks.

Explore 6 awesome GitHub repositories matching devops & infrastructure · Distributed Orchestration. Refine with filters or upvote what's useful.

Awesome Distributed Orchestration GitHub Repositories

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

    haotian-liu/LLaVA

    24,465عرض على GitHub↗

    LLaVA is a multimodal large language model architecture designed to process and interpret both image and text inputs to generate natural language responses. It functions as a research-oriented platform for visual instruction tuning, providing a framework to align language models with human intent through training on diverse datasets of paired images and text queries. The system distinguishes itself through a specialized vision-language training pipeline that connects visual data to language models using projection layers and instruction-based fine-tuning. It supports distributed inference by

    Coordinates a pool of independent model workers to distribute inference tasks across multiple hardware nodes.

    Pythonchatbotchatgptfoundation-models
    عرض على GitHub↗24,465
  • deepseek-ai/deepseek-ocrالصورة الرمزية لـ deepseek-ai

    deepseek-ai/DeepSeek-OCR

    22,498عرض على GitHub↗

    DeepSeek-OCR is a vision processing framework designed to convert image-based text into machine-readable tokens for large language models. It functions as a document inference pipeline that encodes visual data into compact representations, enabling automated optical character recognition and document analysis workflows. The system distinguishes itself through a high-throughput architecture that utilizes hardware-accelerated batch inference to process large volumes of visual data. It incorporates dynamic resolution scaling to manage the balance between visual detail and token consumption, ensu

    Orchestrates distributed compute nodes to maintain high-throughput visual processing.

    Python
    عرض على GitHub↗22,498
  • eleutherai/lm-evaluation-harnessالصورة الرمزية لـ EleutherAI

    EleutherAI/lm-evaluation-harness

    11,460عرض على GitHub↗

    This project is a standardized framework for benchmarking large language models across a wide range of academic and reasoning datasets. It provides a platform for executing automated evaluation tasks to measure model accuracy and performance, ensuring consistent assessment through a structured configuration schema. The framework distinguishes itself by incorporating a dedicated utility for data decontamination, which identifies and removes overlapping training samples from evaluation sets to prevent data leakage. It also features a flexible task builder that allows users to define custom benc

    Orchestrates distributed evaluation workloads across multiple compute nodes to parallelize large-scale benchmark execution.

    Pythonevaluation-frameworklanguage-modeltransformer
    عرض على GitHub↗11,460
  • openmined/pysyftالصورة الرمزية لـ OpenMined

    OpenMined/PySyft

    9,907عرض على GitHub↗

    PySyft is a privacy-preserving machine learning framework and remote computation engine. It functions as a decentralized data analysis orchestrator that allows for the execution of data science workflows on remote servers without requiring the transfer of raw private data from the host device. The platform provides a secure collaboration environment where data owners manage permissions and authorize specific collaborators to run computations. It differentiates its workflow by utilizing mock data for local development and validation before submitting final analysis jobs to private remote serve

    Coordinates remote data analysis and synchronizes computation requests across distributed peers while maintaining data privacy.

    Pythoncryptographydeep-learningfederated-learning
    عرض على GitHub↗9,907
  • clearml/clearmlالصورة الرمزية لـ clearml

    clearml/clearml

    6,740عرض على GitHub↗

    ClearML is a comprehensive MLOps platform designed to manage the end-to-end machine learning lifecycle, from initial experimentation to production deployment. It provides a suite of integrated tools including a pipeline orchestrator for automating workflows, an experiment tracking tool for logging hyperparameters and metrics, and a metadata-driven data versioning system for managing large-scale datasets and model artifacts. The platform is distinguished by its advanced compute management and serving capabilities. It features a GPU compute manager that supports fractional resource slicing and

    Coordinates workflows using metadata abstractions to prevent unauthorized access to raw data files.

    Python
    عرض على GitHub↗6,740
  • secretflow/secretflowالصورة الرمزية لـ secretflow

    secretflow/secretflow

    2,629عرض على GitHub↗

    SecretFlow is a privacy computing framework and platform designed for secure multi-party computation, federated learning, and privacy-preserving data analysis across independent nodes. It provides a management system to coordinate secure workloads and cryptographic tasks across a distributed cluster. The project enables joint data analysis and machine learning on partitioned datasets using cryptographic protocols. It allows for the training of models and the execution of analytical queries across multiple parties without exposing raw source information to any single participant. The framewor

    Provides coordination frameworks to manage privacy-preserving computation workloads across a cluster.

    Pythonconfidential-computingdata-analysisdifferential-privacy
    عرض على GitHub↗2,629
  1. Home
  2. DevOps & Infrastructure
  3. Distributed Orchestration

استكشف الوسوم الفرعية

  • Privacy OrchestrationCoordination frameworks specifically designed to manage privacy-preserving computation workflows across distributed nodes. **Distinct from Distributed Orchestration:** Focuses on privacy-preserving data access and request synchronization rather than generic task distribution or firewalling.