distributed-training

Tag

Cards List
#distributed-training

Training Variable Long Sequences with Data-Centric Parallel

arXiv cs.AI · yesterday Cached

Introduces Data-Centric Parallel (DCP), a method for training deep learning models on variable long sequences by dynamically adjusting runtime settings per batch, achieving up to 2.88x speedup on 32 H200 GPUs with only 10 lines of code integration.

0 favorites 0 likes
#distributed-training

SNI-GNN: SmartNIC-Assisted Full-Graph GNN Training with In-Network Embedding Prediction

arXiv cs.LG · 2d ago Cached

Presents SNI-GNN, a SmartNIC-assisted full-graph GNN training system that reduces inter-node communication by predicting remote embeddings in-network, achieving 1.3–3.6x speedups with negligible accuracy loss.

0 favorites 0 likes
#distributed-training

DG-FedReuse: Proxy-Gradient-Gated Cached-Update Reuse with Matched Sparse Uplink Accounting

arXiv cs.LG · 5d ago Cached

Presents DG-FedReuse, a federated learning mechanism that reuses age-decayed cached client updates under a proxy-gradient threshold to reduce uplink communication, achieving significant modeled savings with minimal accuracy loss on image classification benchmarks.

0 favorites 0 likes
#distributed-training

Federated Foundation Models Fine-Tuning with Heterogeneous Compressed Clients

arXiv cs.LG · 2026-08-03 Cached

This paper proposes FedSLM, a parameter-centric framework for federated fine-tuning of foundation models with heterogeneous compressed clients, using SVD-based decomposition and a weak-to-strong elicitation step to handle resource asymmetry. Experiments show it outperforms existing federated baselines while reducing client GPU memory by ~50%.

0 favorites 0 likes
#distributed-training

@PyTorch: PyTorch 2.13 brings FlexAttention to Apple Silicon, cuts peak memory by up to 4× for large-vocabulary models with nn.Li…

X AI KOLs Following · 2026-07-31 Cached

PyTorch 2.13 release brings FlexAttention to Apple Silicon with up to 12x speedups and 4x peak memory reduction for large-vocabulary models via fused LinearCrossEntropyLoss, alongside updates to distributed training, compilation, and on-device inference.

0 favorites 0 likes
#distributed-training

SLAI T-Rex: Full-Parameter Post-training of the DeepSeek-V4 Family on Ascend SuperPOD

Hugging Face Daily Papers · 2026-07-22 Cached

This paper presents SLAI T-Rex, a full-parameter post-training optimization framework for trillion-parameter MoE models on Ascend NPU SuperPOD, achieving 34.22% MFU and outperforming GPT-5.4-Mini on Operations Research tasks by 3.98 percentage points.

0 favorites 0 likes
#distributed-training

DiLoCo: Distributed Low-Communication Training of Language Models

Reddit r/singularity · 2026-07-21 Cached

Proposes DiLoCo, a distributed optimization algorithm that enables training large language models across poorly connected devices with 500x less communication while matching fully synchronous performance.

0 favorites 0 likes
#distributed-training

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

Reddit r/LocalLLaMA · 2026-07-14 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
Next →
← Back to home

Submit Feedback