PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
April 15, 20242 citationsOpen Access

LoongServe: Efficiently Serving Long-context Large Language Models with Elastic Sequence Parallelism

View Full Paper
BWBingyang WuSLShengyu LiuYZYinmin Zhong

Key Points

Key points are not available for this paper at this time.

Abstract

The context window of large language models (LLMs) is rapidly increasing, leading to a huge variance in resource usage between different requests as well as between different phases of the same request. Restricted by static parallelism strategies, existing LLM serving systems cannot efficiently utilize the underlying resources to serve variable-length requests in different phases. To address this problem, we propose a new parallelism paradigm, elastic sequence parallelism (ESP), to elastically adapt to the variance between different requests and phases. Based on ESP, we design and build LoongServe, an LLM serving system that (1) improves computation efficiency by elastically adjusting the degree of parallelism in real-time, (2) improves communication efficiency by reducing key-value cache migration overhead and overlapping partial decoding communication with computation, and (3) improves GPU memory efficiency by reducing key-value cache fragmentation across instances. Our evaluation under diverse real-world datasets shows that LoongServe improves the maximum throughput by up to 3. 85 compared to the chunked prefill and 5. 81 compared to the prefill-decoding disaggregation.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Wu et al. (2024) studied this question.

synapsesocial.com/papers/68e6f2aeb6db64358766da6fhttps://doi.org/10.48550/arxiv.2404.09526
Ask AI
Helpful
Bookmark
Share
View Full Paper