paper-with-me

홈 › Papers

Model Agnostic Hybrid Sharding For Heterogeneous Distributed Inference

2024-07-29 · Claudio Angione, Yue Zhao, Harry Yang, Ahmad Farhan, Fielding Johnston, James Buban, Patrick Colangelo

The rapid growth of large-scale AI models, particularly large language models has brought significant challenges in data privacy, computational resources, and accessibility. Traditional centralized architectures often struggle to meet required data security and scalability needs which hinders the democratization of AI systems. Nesa introduces a model-agnostic sharding framework designed for decentralized AI inference. Our framework uses blockchain-based sequential deep neural network sharding to distribute computational tasks across a diverse network of nodes based on a personalised heuristic and routing mechanism. This enables efficient distributed training and inference for recent large-scale models even on consumer-grade hardware. We use compression techniques like dynamic blockwise quantization and mixed matrix decomposition to reduce data transfer and memory needs. We also integrate robust security measures, including hardware-based trusted execution environments to ensure data integrity and confidentiality. Evaluating our system across various natural language processing and vision tasks shows that these compression strategies do not compromise model accuracy. Our results highlight the potential to democratize access to cutting-edge AI technologies by enabling secure and efficient inference on a decentralized network.

📄 PDF Abstract BibTeX arXiv:2407.19775

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Learning to Shard: RL for Co-optimizing the Parallelism Degrees and Per-operator Sharding Dimensions in Distributed LLM Inference

2025-08-29 · Ruokai Yin, Sattwik Deb Mishra, Xuan Zuo, Hokchhay Tann 외 arxiv

Distributed LLM inference requires careful coordination of parallelization strategies across hundreds to thousands of NPUs to meet production SLOs. Current systems like Megatron-LM rely on static heuristics that separate…

Adjoint sharding for very long context training of state space models

2025-01-01 · Xingzi Xu, Amir Tavanaei, Kavosh Asadi, Karim Bouyarmane

Despite very fast progress, efficiently training large language models (LLMs) in very long contexts remains challenging. Existing methods fall back to training LLMs with short contexts (a maximum of a few thousands token…

GPULarge Language ModelState Space Models

Seesaw: High-throughput LLM Inference via Model Re-sharding

2025-03-09 · Qidong Su, Wei Zhao, Xin Li, Muralidhar Andoorveedu 외

To improve the efficiency of distributed large language model (LLM) inference, various parallelization strategies, such as tensor and pipeline parallelism, have been proposed. However, the distinct computational characte…

Computational EfficiencyLanguage ModelingLanguage ModellingLarge Language Model+1

ACCO: Accumulate While You Communicate for Communication-Overlapped Sharded LLM Training

2024-06-03 · Adel Nabli, Louis Fournier, Pierre Erbacher, Louis Serrano 외

Training LLMs relies on distributed implementations using multiple GPUs to compute gradients in parallel with sharded optimizers. However, synchronizing gradients in data parallel setups introduces communication overhead…

Distributed OptimizationFederated LearningGPU

AoiZora: Topology-Aware Auto-Parallel Optimization for Inference of Diffusion Transformers

2026-06-16 · Kaijian Wang, Yuanyuan Xu, Fanjiang Ye, Ye Cao 외 arxiv

Video diffusion has quickly grown into a key generative serving workload, yet producing each clip demands many denoising iterations over large spatio-temporal latents, which puts low-latency inference out of reach on a s…