distributed-training

Tag

Cards List
#distributed-training

Looks like PyTorch is getting fast thunderbolt communication backend (distributed models on Macs)

Reddit r/LocalLLaMA · 4d ago Cached

PyTorch is reportedly adding a fast Thunderbolt communication backend for distributed model training on Macs.

0 favorites 0 likes
#distributed-training

Robust Federated Learning Under Real-World Client Churn

arXiv cs.LG · 2026-07-09 Cached

FeLiX is a new federated learning orchestration framework that optimizes time-to-target accuracy on live interaction streams by handling transient client availability, dynamic data heterogeneity, and outcome delays. It introduces streaming-aware availability tiers, fresh-utility selection, and delay-robust aggregation, reducing wall-clock time by up to 2.37x and communication bandwidth by 1.30x versus state-of-the-art baselines.

0 favorites 0 likes
#distributed-training

@PyTorch: New on the PyTorch Foundation blog: @AMD and @Meta contributors share how PyTorch Monarch was brought to AMD Instinct G…

X AI KOLs Following · 2026-07-07 Cached

AMD and Meta contributors ported PyTorch Monarch to AMD Instinct GPUs with ROCm, enabling fault-tolerant distributed training at scale. The blog details the engineering work and validation on large clusters.

0 favorites 0 likes
#distributed-training

Can Model Merging Improve Aggregation in DiLoCo?

arXiv cs.LG · 2026-07-07 Cached

This paper proposes using model merging techniques, specifically Iso-C aggregation, to improve the aggregation step in DiLoCo distributed training, resulting in a new method called IsoLoCo that outperforms DiLoCo on language model pre-training.

0 favorites 0 likes
#distributed-training

Bringing PyTorch Monarch to AMD GPUs: Single-Controller Distributed Training on ROCm (13 minute read)

TLDR AI · 2026-07-07 Cached

The article describes the porting of PyTorch Monarch, a distributed training runtime, to AMD GPUs with ROCm, enabling single-controller fault-tolerant training at scale and addressing reliability challenges in large-scale LLM training.

0 favorites 0 likes
#distributed-training

Who've told you that distributed training is impossible? Democratizing AI: The Psyche Network Architecture

Reddit r/LocalLLaMA · 2026-07-05 Cached

Nous Research introduces Psyche, a decentralized infrastructure for training large language models on distributed heterogeneous hardware, using novel optimizers DeMo and DisTrO to dramatically reduce communication overhead.

0 favorites 0 likes
#distributed-training

@qingke_ai: https://x.com/qingke_ai/status/2073248986430115892

X AI KOLs Timeline · 2026-07-04 Cached

The author shares experiences and insights from nnScaler to large-scale distributed training systems, discussing correctness, flexibility, boundary expansion, and the challenges brought by post-training and reinforcement learning.

0 favorites 0 likes
#distributed-training

@0x0SojalSec: Fuck your paid courses, Master GPU engineering for AI systems. From foundational books and CUDA/ROCm programming to low…

X AI KOLs Timeline · 2026-07-02 Cached

A curated list of resources for mastering GPU engineering for AI systems, covering CUDA, ROCm, optimization tools, multi-GPU orchestration, and distributed training.

0 favorites 0 likes
#distributed-training

@ParamSiddh: As an AI Infrastructure Engineer. Please learn: - GPU/VRAM fundamentals, quantization & batching - vLLM / TensorRT-LLM …

X AI KOLs Timeline · 2026-07-01 Cached

A tweet listing essential skills for AI infrastructure engineers, covering GPU fundamentals, inference optimization, distributed training, and production deployment.

0 favorites 0 likes
#distributed-training

@PyTorch: Built on PyTorch, Ray, SGLang, and NVIDIA Megatron-LM, Miles is an open source framework from RadixArk for large-scale …

X AI KOLs Timeline · 2026-06-30 Cached

Miles is an open source framework from RadixArk for large-scale LLM reinforcement learning post-training, integrating PyTorch, Ray, SGLang, and NVIDIA Megatron-LM with support for MoE, low-precision, and fault tolerance.

0 favorites 0 likes
#distributed-training

@jimclydego: Harvard just open-sourced a full Machine Learning Systems textbook. Most ML courses teach you how to train models. This…

X AI KOLs Timeline · 2026-06-30 Cached

Harvard has open-sourced a comprehensive two-volume Machine Learning Systems textbook that covers engineering AI systems for real-world constraints, including distributed training, production inference, edge deployment, and governance, with hands-on components like TinyTorch, hardware kits, and interactive tools.

0 favorites 0 likes
#distributed-training

DataStates-LLM: Scalable Checkpointing for Transformer Models Using Composable State Providers

arXiv cs.AI · 2026-06-29 Cached

DataStates-LLM introduces a scalable checkpointing architecture for transformer models using composable state providers, achieving up to 4x higher throughput and reducing training time by 2.2x compared to existing solutions.

0 favorites 0 likes
#distributed-training

@PierceZhang34: A Machine Learning Systems Notes Repo on GitHub — The author has deeply studied machine learning systems over the past few months, mainly focusing on training and inference of large language models. This notes collection covers distributed computing, parallelization, quantization, and PyTorch internals, with most content derived from the author's experiments. 1. Distributed Technologies - covering distributed training…

X AI KOLs Timeline · 2026-06-20 Cached

Sharing a machine learning systems notes repo on GitHub, covering distributed computing, parallelization, quantization, and PyTorch internals related to LLM training and inference. Suitable for learners interested in ML systems.

0 favorites 0 likes
#distributed-training

Joing all GPUs to train a community model

Reddit r/LocalLLaMA · 2026-06-16

A discussion about pooling GPUs from a community to train a massive AI model, questioning the feasibility and existing projects despite known bottlenecks like latency and weight poisoning.

0 favorites 0 likes
#distributed-training

@jino_rohit: new in-depth blog post for "Collective Communication for Multiple GPUs". this blog should help you understand how commu…

X AI KOLs Following · 2026-06-13

A new in-depth blog post explains collective communication for multiple GPUs, covering primitives like broadcast and reduce, and helps beginners understand how to scale experiments.

0 favorites 0 likes
#distributed-training

@ickma2311: Efficient AI Lecture 19: Distributed Training (Part 1) This lecture gave me a much clearer picture of how self-attentio…

X AI KOLs Timeline · 2026-06-10 Cached

Summary of Lecture 19 on efficient AI distributed training, covering data, pipeline, tensor, and sequence parallelism methods with notes on memory and communication bottlenecks.

0 favorites 0 likes
#distributed-training

Clustering 3x Jetson Nano Orin Supers

Reddit r/LocalLLaMA · 2026-06-07

The author announces a new blog post on clustering three Jetson Nano Orin Supers for distributed training and inference, continuing a series to help people build small compute clusters with accessible hardware.

0 favorites 0 likes
#distributed-training

@anyscalecompute: GPUs in Mumbai, training data in Iowa? Cross-region reads tax every epoch. We put @Alluxio NVMe caching in front of the…

X AI KOLs Following · 2026-06-04 Cached

Anyscale demonstrates a 20x speedup in cross-region training data reads by using Alluxio NVMe caching with Ray Data, showing warm cache reads drop from 4,241 to 208 seconds for 1TB.

0 favorites 0 likes
#distributed-training

AgentJet: A Flexible Swarm Training Framework for Agentic Reinforcement Learning

arXiv cs.AI · 2026-06-04 Cached

AgentJet is a distributed swarm training framework for LLM agent reinforcement learning that decouples agent rollouts from model optimization, enabling heterogeneous multi-agent RL, multi-task training, fault tolerance, and live code iteration with 1.5-10x training speedup. It also introduces an automated research system capable of autonomously conducting multi-day RL studies on large-scale clusters.

0 favorites 0 likes
#distributed-training

I spent months inside verl (an RL post-training framework), forked it, then stopped. Wrote up the internals, the tooling a fork costs, and a nasty NCCL bug.

Reddit r/LocalLLaMA · 2026-06-01

A deep dive into the internals of ByteDance's verl RL post-training framework, including orchestration, single-controller pattern, and a tricky NCCL bug fix. The author shares lessons from forking the framework and building custom tooling.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback