awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

28 dépôts

Awesome GitHub RepositoriesLarge-Scale Training Frameworks

Infrastructure and orchestration tools for scaling neural network training across massive compute clusters.

Distinguishing note: Focuses on multi-node scaling and massive dataset handling rather than single-device optimization.

Explore 28 awesome GitHub repositories matching artificial intelligence & ml · Large-Scale Training Frameworks. Refine with filters or upvote what's useful.

Awesome Large-Scale Training Frameworks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • fchollet/kerasAvatar de fchollet

    fchollet/keras

    64,095Voir sur GitHub↗

    Keras is a high-level deep learning API used to design, build, and train neural networks for tasks such as computer vision, natural language processing, and time series forecasting. It provides a framework for defining model architectures and optimizing weights through a structured interface. The project is defined by a backend-agnostic design that allows the same model code to run across different compute engines. This multi-backend execution enables users to swap underlying engines to optimize for specific hardware or performance requirements. The system supports distributed model training

    Provides orchestration tools for scaling neural network training across massive compute clusters of GPUs or TPUs.

    Python
    Voir sur GitHub↗64,095
  • deepspeedai/deepspeedAvatar de deepspeedai

    deepspeedai/DeepSpeed

    42,528Voir sur GitHub↗

    DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive clusters of GPUs and compute nodes. It provides a comprehensive suite of tools for distributed training, enabling the execution of models that exceed the memory capacity of single devices through advanced parameter partitioning, pipeline-based model parallelism, and memory-efficient state offloading. The framework distinguishes itself through specialized communication-efficient optimizers and hardware-aware acceleration techniques. By utilizing gradient compression, quantization

    Scaling neural network training across multiple compute nodes and GPUs to handle massive datasets and complex model architectures.

    Pythonbillion-parameterscompressiondata-parallelism
    Voir sur GitHub↗42,528
  • google-research/google-researchAvatar de google-research

    google-research/google-research

    38,139Voir sur GitHub↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Utilizes parallel computing clusters to train machine learning models on massive datasets for perception tasks.

    Jupyter Notebookaimachine-learningresearch
    Voir sur GitHub↗38,139
  • bvlc/caffeAvatar de BVLC

    BVLC/caffe

    34,576Voir sur GitHub↗

    Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It functions as a machine learning engine and a convolutional neural network library, providing a C++ backend to accelerate computations on both GPUs and CPUs. The system includes a specialized toolset for computer vision, enabling tasks such as object detection, semantic segmentation, and large-scale image retrieval. It supports the deployment of pre-trained models for image and scene recognition, as well as the ability to fine-tune neural network weights for specialized tasks. The

    Synchronizes weights across multiple machines using a master-worker pattern to train massive datasets.

    C++deep-learningmachine-learningvision
    Voir sur GitHub↗34,576
  • lightning-ai/lightningAvatar de lightning-AI

    lightning-AI/lightning

    31,189Voir sur GitHub↗

    Lightning is a PyTorch training framework and distributed AI training orchestrator designed to decouple core research logic from the engineering boilerplate required for model training. It functions as a deep learning workflow manager that automates the process of pretraining and finetuning models across diverse compute environments. The project distinguishes itself by providing a hardware-agnostic training wrapper, allowing the same model code to execute on CPUs, GPUs, or TPUs without modification. It further manages the scaling of workloads from single devices to multi-node clusters and ser

    Orchestrates the training of massive AI models across thousands of GPUs or TPUs without manual code rewrites.

    Python
    Voir sur GitHub↗31,189
  • karpathy/llm.cAvatar de karpathy

    karpathy/llm.c

    30,230Voir sur GitHub↗

    This project is a low-dependency engine designed for training large language models using native C and CUDA. It provides a bare-metal environment for tensor computation, allowing for the execution of neural network operations directly on hardware accelerators without the overhead of high-level software abstractions. The framework distinguishes itself by implementing manual gradient backpropagation and custom hardware-specific kernels, providing granular control over memory mapping and computational precision. It supports distributed training across multiple graphics processors and compute nod

    Scales neural network training across multiple graphics processors and compute nodes to reduce total training time.

    Cuda
    Voir sur GitHub↗30,230
  • rusty1s/pytorch_geometricAvatar de rusty1s

    rusty1s/pytorch_geometric

    23,848Voir sur GitHub↗

    PyTorch Geometric is a library for building and training machine learning models on graph-structured data. It provides a framework for developing graph neural networks, including a specialized system for implementing node-to-node information exchange via customizable message passing, aggregation, and update functions. The library includes a sparse data processing toolkit that utilizes accelerated CPU and CUDA kernels to perform efficient reductions on large sparse datasets. It supports the creation of specialized architectures for structured data such as 3D meshes and point clouds. The proje

    Runs learning processes on massive datasets with millions of nodes or complex heterogeneous structures.

    Python
    Voir sur GitHub↗23,848
  • pyg-team/pytorch_geometricAvatar de pyg-team

    pyg-team/pytorch_geometric

    23,838Voir sur GitHub↗

    This project is a deep learning library designed for training neural networks on irregular data structures, including graphs, 3D meshes, and point clouds. It functions as an extension to the PyTorch framework, providing specialized layers and kernels that enable the processing of complex, non-Euclidean information. The library distinguishes itself through a geometric deep learning toolkit that manages the unique requirements of graph-based data. It utilizes sparse matrix-based message passing to aggregate information across nodes and employs dynamic computational graph construction to accommo

    Distributes model training across multiple graphics processors and remote computing backends to process massive datasets.

    Pythondeep-learninggeometric-deep-learninggraph-convolutional-networks
    Voir sur GitHub↗23,838
  • paddlepaddle/paddleAvatar de PaddlePaddle

    PaddlePaddle/Paddle

    23,632Voir sur GitHub↗

    Paddle is a deep learning framework designed for building, training, and deploying neural networks. It provides a platform for constructing models using tensor-based computations and supports both dynamic and static execution graphs to facilitate research and production workflows. The platform functions as a distributed machine learning system, enabling the scaling of training workloads across multiple nodes and hardware clusters. It includes a comprehensive toolkit for model deployment and optimization, allowing users to convert external model formats, compress trained models for resource-co

    Provides infrastructure and orchestration tools for scaling neural network training across massive compute clusters.

    C++deep-learningdistributed-trainingefficiency
    Voir sur GitHub↗23,632
  • apache/incubator-mxnetAvatar de apache

    apache/incubator-mxnet

    20,812Voir sur GitHub↗

    Apache MXNet is a deep learning framework and distributed machine learning library designed for training and deploying neural networks across distributed systems, mobile devices, and hardware accelerators. It functions as a cross-platform runtime and a dynamic dataflow scheduler that optimizes neural network execution. The framework provides a multi-language API, enabling the development of machine learning models using Python, R, Julia, Scala, Go, and JavaScript. It supports high-performance model training and the scaling of workloads across multiple GPUs and machines. The system covers cap

    Ships infrastructure and orchestration tools for scaling neural network training across massive multi-node compute clusters.

    C++
    Voir sur GitHub↗20,812
  • apache/mxnetAvatar de apache

    apache/mxnet

    20,829Voir sur GitHub↗

    This project is a deep learning framework designed for constructing, training, and deploying neural networks across diverse hardware environments. It functions as a high-performance tensor computation library that provides both imperative and symbolic programming interfaces, allowing developers to balance flexible, step-by-step model building with the efficiency of compiled computation graphs. The framework distinguishes itself through a hybrid execution engine that integrates declarative graph compilation with imperative runtime logic. It supports scalable, distributed training across multip

    Scales neural network training across multiple compute nodes using data parallelism to accelerate convergence.

    C++mxnet
    Voir sur GitHub↗20,829
  • microsoft/agent-lightningAvatar de microsoft

    microsoft/agent-lightning

    15,047Voir sur GitHub↗

    Agent Lightning is an optimization framework designed to refine the performance of individual AI agents within complex multi-agent systems. It provides a platform for improving decision-making and task execution by applying reinforcement learning, supervised fine-tuning, and automated prompt optimization. The framework distinguishes itself through its ability to isolate specific agents for targeted tuning, allowing developers to enhance individual behaviors while maintaining the stability of the broader system architecture. By utilizing a modular interface, it integrates with diverse agent fr

    Distributes training workloads across large clusters of graphics processors to enable stable reinforcement learning for complex tasks.

    Pythonagentagentic-aillm
    Voir sur GitHub↗15,047
  • modelscope/ms-swiftAvatar de modelscope

    modelscope/ms-swift

    14,597Voir sur GitHub↗

    This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal models. It functions as a unified orchestrator that handles the entire development process, ranging from dataset preparation and supervised fine-tuning to advanced reinforcement learning alignment and production-ready inference deployment. The platform distinguishes itself through a specialized reinforcement learning library that supports complex optimization algorithms, including group relative policy optimization and leave-one-out techniques, to improve model instruction-follo

    Distributes large-scale model training across multiple hardware resources using parallel processing frameworks.

    Pythondeepseek-r1embeddinggrpo
    Voir sur GitHub↗14,597
  • oxnr/awesome-bigdataAvatar de oxnr

    oxnr/awesome-bigdata

    14,454Voir sur GitHub↗

    This project is a curated directory of software, frameworks, and educational resources designed for building, scaling, and maintaining distributed data processing and storage architectures. It serves as a comprehensive index for the distributed computing ecosystem, helping users identify the appropriate tools for managing large-scale information systems. The repository functions as a central hub for data engineering, offering categorized access to technologies that support batch and stream processing, machine learning, and interactive querying. By organizing these resources, it assists in the

    Curates infrastructure and orchestration frameworks for scaling machine learning model training across massive compute clusters.

    awesomeawesome-listbigdata
    Voir sur GitHub↗14,454
  • dmlc/dglAvatar de dmlc

    dmlc/dgl

    14,283Voir sur GitHub↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    Provides distributed training and neighbor sampling to handle graphs with billions of edges.

    Pythondeep-learninggraph-neural-networks
    Voir sur GitHub↗14,283
  • bytedance/monolithAvatar de bytedance

    bytedance/monolith

    9,271Voir sur 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

    Provides a large-scale training framework for deep learning architectures used in personalized content delivery.

    Python
    Voir sur GitHub↗9,271
  • dusty-nv/jetson-inferenceAvatar de dusty-nv

    dusty-nv/jetson-inference

    8,734Voir sur GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Implements data and model parallelism for foundational scale models using a GPU-accelerated distributed framework.

    C++caffecomputer-visiondeep-learning
    Voir sur GitHub↗8,734
  • apple/corenetAvatar de apple

    apple/corenet

    6,999Voir sur GitHub↗

    Corenet is a deep learning training framework and computer vision model library designed for developing neural networks across vision, text, and audio modalities. It functions as a distributed training orchestrator for scaling workloads across multiple compute nodes and provides a multimodal data pipeline for processing image, text, and video data. The project includes a model conversion toolkit for transforming weights and architectures between different machine learning frameworks. It also provides tools for optimizing model performance on Apple Silicon and reducing response latency in gene

    Provides infrastructure and orchestration tools for scaling neural network training across massive compute clusters.

    Jupyter Notebook
    Voir sur GitHub↗6,999
  • mosaicml/composerAvatar de mosaicml

    mosaicml/composer

    5,485Voir sur GitHub↗

    Composer est un framework d'entraînement distribué PyTorch conçu pour mettre à l'échelle des modèles de grande taille sur des clusters GPU multi-nœuds. Il fonctionne comme un entraîneur de grands modèles de langage, un optimiseur de modèle distribué et un gestionnaire de cycle de vie d'entraînement. Le projet se différencie en tant que bibliothèque de régularisation pour le deep learning, fournissant des techniques d'optimisation spécialisées telles que Sharpness Aware Minimization, MixUp et CutMix pour améliorer la généralisation des modèles. Il distingue davantage son flux d'entraînement par l'utilisation du warmup de longueur de séquence, du gel progressif des couches et du checkpointing d'état fragmenté pour la récupération de modèles à grande échelle. Le framework couvre une large surface de capacités, incluant l'orchestration de l'entraînement distribué, la gestion du matériel en précision mixte et le streaming de données cloud-native. Il fournit également des outils étendus de surveillance et d'observabilité pour les diagnostics de mémoire GPU, la détection de divergence d'entraînement et le suivi du débit. Le projet inclut un lanceur en ligne de commande pour automatiser l'exécution de tâches d'entraînement multi-GPU sur plusieurs nœuds.

    Implements a framework for scaling large-scale model training across multi-node GPU clusters using PyTorch.

    Python
    Voir sur GitHub↗5,485
  • facebookresearch/flashlightAvatar de facebookresearch

    facebookresearch/flashlight

    5,443Voir sur GitHub↗

    Flashlight est une bibliothèque de machine learning en C++ et un framework de deep learning conçu pour construire et entraîner des réseaux de neurones. Il fonctionne comme une bibliothèque de manipulation de tenseurs et un moteur de différenciation automatique qui suit les opérations pour calculer les gradients via la rétropropagation pour l'optimisation des modèles. Le projet se distingue par son rôle de framework d'entraînement distribué, utilisant la synchronisation de gradient all-reduce et des environnements distribués pour mettre à l'échelle les charges de travail de machine learning sur plusieurs nœuds et appareils. Il dispose d'une interface mémoire agnostique au backend et d'une gestion basée sur RAII pour découpler les opérations sur tenseurs du matériel physique. Le framework couvre une large surface de capacités, incluant la construction d'architectures de réseaux de neurones avec des couches convolutionnelles, linéaires et récurrentes. Il fournit des utilitaires étendus pour l'algèbre tensorielle, la gestion et le batching de jeux de données, la sérialisation binaire versionnée pour les états de modèle, et des outils de surveillance pour suivre les métriques d'entraînement et l'utilisation de la mémoire.

    Provides infrastructure for scaling neural network training across multiple devices and nodes using a reducer framework.

    C++
    Voir sur GitHub↗5,443
Préc.12Suivant
  1. Home
  2. Artificial Intelligence & ML
  3. Large-Scale Training Frameworks

Explorer les sous-tags

  • Large Scale Knowledge Graph DatasetsMassive entity-relation datasets used as foundational layers for artificial intelligence. **Distinct from Large-Scale Graph Training:** Focuses on the data assets themselves, not the training of neural networks on those graphs.
  • Large-Scale Graph TrainingTraining neural networks on graphs with billions of edges using distributed systems and sampling. **Distinct from Large-Scale Training Frameworks:** Specifically targets the scaling of graph-structured data training, rather than general LLM or cluster orchestration.
  • Perception Dataset Processors1 sous-tagParallel computing tools for training perception models on massive, partially-labeled datasets. **Distinct from Large-Scale Training Frameworks:** Distinct from general training frameworks: focuses on perception-specific dataset processing at scale.