awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • bytedance/monolithAvatar bytedance

    bytedance/monolith

    9,271Vezi pe GitHub↗

    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
    Vezi pe GitHub↗9,271
  • facebookresearch/maeAvatar facebookresearch

    facebookresearch/mae

    8,340Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,340
  • eleutherai/gpt-neoxAvatar EleutherAI

    EleutherAI/gpt-neox

    7,392Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,392
  • opennmt/opennmt-pyAvatar OpenNMT

    OpenNMT/OpenNMT-py

    7,001Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,001
  • polyaxon/polyaxonAvatar polyaxon

    polyaxon/polyaxon

    3,707Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,707
  1. Home
  2. DevOps & Infrastructure
  3. Multi-node Orchestration
  4. Training Node Orchestration

Explorează sub-etichetele

  • 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.