distributed-training

Tag

Cards List
#distributed-training

@TheNoise2Signal: How does frontier training use 2,048 GPUs? Because there are five dimensions you can split work across - and at scale, …

X AI KOLs Timeline · 2026-05-25 Cached

Explains how frontier AI training uses up to 2,048 GPUs by splitting work across five dimensions, demystifying model training frameworks.

0 favorites 0 likes
#distributed-training

@shabnam_774: https://x.com/shabnam_774/status/2058517919760355729

X AI KOLs Timeline · 2026-05-24 Cached

This article provides a comprehensive step-by-step breakdown of how modern Large Language Models like ChatGPT and Claude are built from scratch, covering data collection, tokenization, transformer architectures, training, alignment, and deployment.

0 favorites 0 likes
#distributed-training

DynaTrain: Fast Online Parallelism Switching for Elastic LLM Training

arXiv cs.LG · 2026-05-20

DynaTrain is a distributed training system enabling sub-second online reconfiguration of parallelism for large language models, using a Virtual Parameter Space abstraction to achieve up to three orders of magnitude faster transitions than existing methods.

0 favorites 0 likes
#distributed-training

Orth-Dion: Eliminating Geometric Mismatch in Distributed Low-Rank Spectral Optimization

arXiv cs.LG · 2026-05-19 Cached

This paper identifies a geometric mismatch in the Dion low-rank spectral optimizer and proposes Orth-Dion, which replaces column normalization with QR orthogonalization to close the convergence gap to full-rank methods like Muon at the same communication cost, validated on large-scale language model pre-training.

0 favorites 0 likes
#distributed-training

SignMuon: Communication-Efficient Distributed Muon Optimization

arXiv cs.LG · 2026-05-19 Cached

SignMuon is a 1-bit, matrix-aware optimizer for distributed training that combines signSGD's majority-vote sign aggregation with Muon's polar-step framework, achieving 32x bandwidth reduction over float32 while maintaining strong convergence and performance on benchmarks like CIFAR-10/ResNet-50 and nanoGPT.

0 favorites 0 likes
#distributed-training

@tom_doerr: Distributes AI training across a peer-to-peer agent network https://github.com/hyperspaceai/agi…

X AI KOLs Timeline · 2026-05-15 Cached

Hyperspace introduces a peer-to-peer agent network for distributed AI training across consumer devices, enabling collaborative model training with high compression and no central infrastructure.

0 favorites 0 likes
#distributed-training

@PyTorch: At #PyTorchCon Europe 2026, @ezyang (@Meta) explains why many developers find tensor parallelism difficult to work with…

X AI KOLs Following · 2026-05-14 Cached

At PyTorchCon Europe 2026, Edward Yang explains PyTorch's new pre-compilation support for distributed training and SPMD type system to help developers write correct tensor parallelism code, addressing common pitfalls in gradient correctness.

0 favorites 0 likes
#distributed-training

Clustering Raspberry Pis together to learn distributed training/inference

Reddit r/LocalLLaMA · 2026-05-14

A blog post guides readers through setting up a Raspberry Pi cluster for distributed training and inference, part of a series aimed at making distributed AI accessible using affordable hardware.

0 favorites 0 likes
#distributed-training

@PyTorch: PyTorch 2.12 introduces major updates across compilation, export, distributed training, and accelerator support. Highli…

X AI KOLs Following · 2026-05-13

PyTorch 2.12 release includes major updates to compilation, export, distributed training, and accelerator support, with up to 100x faster batched linalg.eigh on CUDA and new APIs like torch.accelerator.Graph.

0 favorites 0 likes
#distributed-training

@_vmlops: MICROSOFT RESEARCHERS BUILT THIS TO TRAIN 530B PARAMETER MODELS Deepspeed is a deep learning optimization library that …

X AI KOLs Timeline · 2026-05-13 Cached

DeepSpeed is an open-source deep learning optimization library from Microsoft that enables efficient distributed training and inference of large-scale models with features like ZeRO, 3D parallelism, and Mixture-of-Experts.

0 favorites 0 likes
#distributed-training

DisagMoE: Computation-Communication overlapped MoE Training via Disaggregated AF-Pipe Parallelism

arXiv cs.LG · 2026-05-13 Cached

This paper introduces DisagMoE, a system for MoE training that optimizes computation-communication overlap by disaggregating attention and FFN layers across GPU groups. Implemented on Megatron-LM, it achieves up to 1.8x speedup on H800 clusters by addressing inter-node communication bottlenecks.

0 favorites 0 likes
#distributed-training

Decoupled DiLoCo: A new frontier for resilient, distributed AI training

Google DeepMind Blog · 2026-04-22 Cached

DeepMind introduces Decoupled DiLoCo, a new distributed AI training architecture that enables resilient, low-bandwidth training of large models across globally dispersed data centers by isolating hardware failures.

0 favorites 0 likes
#distributed-training

ResBM: a new transformer-based architecture for low-bandwidth pipeline-parallel training, achieving 128× activation compression [R]

Reddit r/MachineLearning · 2026-04-16

ResBM introduces a transformer-based architecture with residual encoder-decoder bottlenecks for pipeline-parallel training, achieving 128× activation compression while maintaining convergence. The work advances decentralized, internet-grade distributed training by reducing inter-stage communication overhead.

0 favorites 0 likes
#distributed-training

Keep the Tokens Flowing: Lessons from 16 Open-Source RL Libraries

Hugging Face Blog · 2026-03-10 Cached

Hugging Face publishes a comprehensive analysis of 16 open-source reinforcement learning libraries, examining architectural patterns for asynchronous RL training and presenting design lessons for TRL's async trainer to address generation bottlenecks and weight synchronization challenges.

0 favorites 1 likes
#distributed-training

Ulysses Sequence Parallelism: Training with Million-Token Contexts

Hugging Face Blog · 2026-03-09 Cached

Ulysses Sequence Parallelism is a technique for training LLMs with million-token contexts by distributing sequence chunks across GPUs, reducing memory requirements and enabling efficient long-context training. It integrates with HuggingFace Accelerate, Transformers Trainer, and TRL, with support for Flash Attention and DeepSpeed ZeRO.

0 favorites 0 likes
#distributed-training

Techniques for training large neural networks

OpenAI Blog · 2022-06-09 Cached

OpenAI presents comprehensive techniques for training large neural networks across distributed GPU clusters, covering data parallelism, pipeline parallelism, tensor parallelism, and mixture-of-experts approaches to overcome engineering and scalability challenges.

0 favorites 0 likes
#distributed-training

PyTorch Distributed: Experiences on Accelerating Data Parallel Training

Papers with Code Trending · 2020-06-28 Cached

This paper details the design and optimization of PyTorch's distributed data parallel module, highlighting techniques like gradient bucketing and computation-communication overlap that enable near-linear scalability across 256 GPUs.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback