awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesTraining Node Orchestration

Coordination and management of compute nodes specifically for parallelizing machine learning workloads.

Distinct from Multi-node Orchestration: Distinct from Multi-node Orchestration: focuses on the specialized orchestration of ML training nodes rather than general cluster simulation.

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

Awesome Training Node Orchestration GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • bytedance/monolithAvatar von bytedance

    bytedance/monolith

    9,271Auf GitHub ansehen↗

    Monolith is a distributed recommendation model framework and asynchronous training engine designed to build and train large-scale deep learning architectures. It functions as a distributed model trainer that processes massive datasets across multiple compute nodes using asynchronous update mechanisms. The system features a dedicated embedding table manager that creates unique, feature-isolated tables to prevent representation collisions. It also includes a real-time weight updater to capture immediate changes in user interest and data hotspots through continuous parameter synchronization. Th

    Orchestrates distributed compute nodes to spread deep learning workloads and process massive datasets through parallel execution.

    Python
    Auf GitHub ansehen↗9,271
  • facebookresearch/maeAvatar von facebookresearch

    facebookresearch/mae

    8,340Auf GitHub ansehen↗

    This is a PyTorch library and framework for self-supervised vision learning. It provides an implementation of masked autoencoders and vision transformers designed to learn image representations by reconstructing masked image patches from unlabeled data. The project features a distributed training pipeline that scales workloads across multiple GPU nodes. This infrastructure includes multi-node orchestration and gradient accumulation to manage large batch sizes and coordinate resource requests across clusters. The toolkit covers a complete workflow from self-supervised masked pre-training to d

    Orchestrates training workloads across multiple compute nodes and GPUs using a cluster scheduler.

    Python
    Auf GitHub ansehen↗8,340
  • eleutherai/gpt-neoxAvatar von EleutherAI

    EleutherAI/gpt-neox

    7,392Auf GitHub ansehen↗

    gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It implements the transformer architecture and provides a toolkit for training models with billions of parameters by distributing weights across compute clusters. The framework distinguishes itself through extensive support for distributed model parallelism, including pipeline and sequence parallelism, to overcome single-device memory limits. It further supports sparse model architectures using a mixture of experts system with Sinkhorn-based routing. The project covers a broad ran

    Coordinates training workloads across compute clusters using MPI or Slurm for synchronized parallel execution.

    Pythondeepspeed-librarygpt-3language-model
    Auf GitHub ansehen↗7,392
  • opennmt/opennmt-pyAvatar von OpenNMT

    OpenNMT/OpenNMT-py

    7,001Auf GitHub ansehen↗

    OpenNMT-py is a PyTorch neural machine translation framework used for training and deploying neural machine translation and large language models. It functions as a distributed model training system, an inference engine, and a toolkit for fine-tuning large language models. The framework distinguishes itself with a dedicated toolkit for adapting large language models through low-rank adaptation, quantization, and instruction tuning. It also includes a neural machine translation server that allows trained models to be hosted and exposed via REST API endpoints. The project covers a broad range

    Orchestrates training jobs across multiple compute nodes and GPUs to handle massive datasets.

    Python
    Auf GitHub ansehen↗7,001
  • polyaxon/polyaxonAvatar von polyaxon

    polyaxon/polyaxon

    3,707Auf GitHub ansehen↗

    Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as a control plane for managing distributed deep learning workloads, automated machine learning pipelines, and experiment tracking. The platform distinguishes itself through specialized services for distributed training management, including MPI-based coordination for PyTorch and TensorFlow. It provides an automated hyperparameter optimization service utilizing Bayesian, random, and grid search algorithms, alongside managed interactive AI workspaces for launching Jupyter notebook

    Manages the complete lifecycle of ML applications, from container building and training to performance monitoring.

    MDX
    Auf GitHub ansehen↗3,707
  1. Home
  2. DevOps & Infrastructure
  3. Multi-node Orchestration
  4. Training Node Orchestration

Unter-Tags erkunden

  • Lifecycle OrchestrationManagement of the end-to-end process including building, training, and monitoring of ML applications. **Distinct from Training Node Orchestration:** Covers the full application lifecycle (build to monitor), whereas the candidate focuses specifically on training node coordination.