pipeline-parallelism

Tag

Cards List
#pipeline-parallelism

ZeroLock: Concurrent Memory-Efficient LLM Training via Modular Update Decoupling

arXiv cs.LG · 2026-08-11 Cached

This paper presents ZeroLock, a backpropagation-free algorithm for concurrent memory-efficient LLM training that decouples model updates into independent chunk updates, reducing memory usage by 26.5% and improving throughput by 4.9% compared to BP-based baselines.

0 favorites 0 likes
#pipeline-parallelism

Agora: Collective and Permissionless Internet-Scale Pretraining of Large Language Models

arXiv cs.LG · 2026-07-16 Cached

Agora enables collective, permissionless internet-scale pretraining of large language models using heterogeneous, preemptible consumer GPUs connected via internet, demonstrated by the successful Pluralis-8B training run with 330 nodes.

0 favorites 0 likes
#pipeline-parallelism

DumpsterCluster: From Dumpster Diving to Serving LLaMA-70B on $60 GPUs

Hugging Face Daily Papers · 2026-07-10 Cached

This paper explores using retired GPUs to build low-cost clusters for serving LLaMA-70B, finding economic viability in regions with cheap electricity but highlighting potential high carbon emissions without clean energy sources.

0 favorites 0 likes
#pipeline-parallelism

@analogalok: I can't afford a $2,000 GPU is officially a dead excuse. yesterday I showed you how to unlock an enterprise grade 16GB …

X AI KOLs Timeline · 2026-07-06 Cached

A guide on using Kaggle's free dual Tesla T4 GPUs (32GB VRAM) to run large LLMs with massive context windows, covering multi-GPU parallelism strategies in llama.cpp.

0 favorites 0 likes
#pipeline-parallelism

@YuvrajS9886: After Data Parallelism we move to Model Parallelism starting with Pipeline Parallelism The paper: GPipe: Easy Scaling w…

X AI KOLs Timeline · 2026-07-06 Cached

This thread explains GPipe, a paper on pipeline parallelism for scaling large models across multiple GPUs using micro-batching and activation checkpointing.

0 favorites 0 likes
#pipeline-parallelism

Findings from troubleshooting p2p on 4x5060 ti bifurcation.

Reddit r/LocalLLaMA · 2026-06-27

Detailed findings on PCIe bifurcation and P2P performance issues with 4x GPU setups, including workarounds and alternatives for tensor and pipeline parallelism.

0 favorites 0 likes
#pipeline-parallelism

@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
#pipeline-parallelism

Pipeline parallelism in llama.cpp may be wasting your VRAM

Reddit r/LocalLLaMA · 2026-06-08

Testing shows that default pipeline parallelism in llama.cpp wastes VRAM with no speed benefit; compiling with GGML_SCHED_MAX_COPIES=1 saves significant VRAM while maintaining identical inference speed.

0 favorites 0 likes
#pipeline-parallelism

Learned Subspace Compression for Communication-Efficient Pipeline Parallelism

arXiv cs.LG · 2026-06-05 Cached

This paper introduces MAPL, a method for learned orthogonal compression of activations in pipeline parallelism, reducing communication overhead while maintaining performance via Stiefel manifold constraints and per-stage factorized anchor embeddings.

0 favorites 0 likes
#pipeline-parallelism

Speculative Pipeline Decoding: Higher-Accruacy and Zero-Bubble Speculation via Pipeline Parallelism

arXiv cs.CL · 2026-06-01 Cached

This paper proposes Speculative Pipeline Decoding (SPD), a framework that uses pipeline parallelism within a single LLM to enable parallel token speculation, avoiding the latency bubbles and accuracy degradation of multi-token prediction in traditional speculative decoding.

0 favorites 0 likes
#pipeline-parallelism

SpaceX has almost finished writing V1.0 of an in-house AI training stack in C (2 minute read)

TLDR AI · 2026-05-29

SpaceX is finalizing a custom AI training stack written in C, utilizing pipeline parallelism and 220k GB300 GPUs to achieve over an order of magnitude speed improvement, with plans to develop an inference stack for reinforcement learning.

0 favorites 0 likes
#pipeline-parallelism

@levidiamode: Day 138/365 of GPU Programming One of my favorite lectures I've watched this year is Stanford's CS336 lecture 7 on GPU …

X AI KOLs Timeline · 2026-05-21 Cached

A learner shares enthusiasm for Stanford CS336 lecture 7 on GPU parallelism, which covers fundamental operations and connects them to multi-GPU setups and parallelism techniques like tensor, data, and pipeline parallelism.

0 favorites 0 likes
#pipeline-parallelism

Benchmarking vLLM vs SGLang vs llama.cpp on a mixed Blackwell/Ada cluster

Reddit r/LocalLLaMA · 2026-05-17

This article benchmarks vLLM, SGLang, and llama.cpp on a mixed Blackwell/Ada GPU cluster for long context prefill, finding vLLM significantly outperforms others on heterogeneous setups while SGLang crashes with Ada cards due to FP4 support limitations.

0 favorites 0 likes
#pipeline-parallelism

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
← Back to home

Submit Feedback