paper-with-me

홈 › Papers

GenTorrent: Scaling Large Language Model Serving with An Overley Network

2025-04-27 · Fei Fang, Yifan Hua, Shengze Wang, Ruilin Zhou, Yi Liu, Chen Qian, Xiaoxue Zhang

While significant progress has been made in research and development on open-source and cost-efficient large-language models (LLMs), serving scalability remains a critical challenge, particularly for small organizations and individuals seeking to deploy and test their LLM innovations. Inspired by peer-to-peer networks that leverage decentralized overlay nodes to increase throughput and availability, we propose GenTorrent, an LLM serving overlay that harnesses computing resources from decentralized contributors. We identify four key research problems inherent to enabling such a decentralized infrastructure: 1) overlay network organization; 2) LLM communication privacy; 3) overlay forwarding for resource efficiency; and 4) verification of serving quality. This work presents the first systematic study of these fundamental problems in the context of decentralized LLM serving. Evaluation results from a prototype implemented on a set of decentralized nodes demonstrate that GenTorrent achieves a latency reduction of over 50% compared to the baseline design without overlay forwarding. Furthermore, the security features introduce minimal overhead to serving latency and throughput. We believe this work pioneers a new direction for democratizing and scaling future AI serving capabilities.

📄 PDF Abstract BibTeX arXiv:2504.20101

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A Survey of Large-Scale Deep Learning Serving System Optimization: Challenges and Opportunities

2021-11-28 · Fuxun Yu, Di Wang, Longfei Shangguan, Minjia Zhang 외

Deep Learning (DL) models have achieved superior performance in many application domains, including vision, language, medical, commercial ads, entertainment, etc. With the fast development, both DL applications and the u…

Deep LearningGPUSurvey

Hierarchical Autoscaling for Large Language Model Serving with Chiron

2025-01-14 · Archit Patke, Dhemath Reddy, Saurabh Jha, Chandra Narayanaswami 외

Large language model (LLM) serving is becoming an increasingly important workload for cloud providers. Based on performance SLO requirements, LLM inference requests can be divided into (a) interactive requests that have …

GPULanguage ModelingLanguage ModellingLarge Language Model

ENOVA: Autoscaling towards Cost-effective and Stable Serverless LLM Serving

2024-05-17 · Tao Huang, Pengfei Chen, Kyoka Gong, Jocky Hawk 외

Since the increasing popularity of large language model (LLM) backend systems, it is common and necessary to deploy stable serverless serving of LLM on multi-GPU clusters with autoscaling. However, there exist challenges…

DiversityGPULanguage ModelingLanguage Modelling+2

Generative Recommendation for Large-Scale Advertising

2026-02-26 · Ben Xue, Dan Liu, Lixiang Wang, Mingjie Sun 외 arxiv

Generative recommendation has recently attracted widespread attention in industry due to its potential for scaling and stronger model capacity. However, deploying real-time generative recommendation in large-scale advert…

Reinforcement Learning

Revisiting Disaggregated Large Language Model Serving for Performance and Energy Implications

2025-11-14 · Jiaxi Li, Yue Zhu, Eun Kyung Lee, Klara Nahrstedt arxiv

Different from traditional Large Language Model (LLM) serving that colocates the prefill and decode stages on the same GPU, disaggregated serving dedicates distinct GPUs to prefill and decode workload. Once the prefill G…