paper-with-me

Papers

PLoRA: Efficient Concurrent LoRA Training for Large Language Models

2025-08-04 · Minghao Yan, Zhuang Wang, Zhen Jia, Shivaram Venkataraman, Yida Wang arxiv

Low-Rank Adaptation (LoRA) has gained popularity as a fine-tuning approach for Large Language Models (LLMs) due to its low resource requirements and good performance. While numerous studies have investigated ways to improve LoRA serving efficiency by serving multiple LoRAs concurrently, existing methods assume that a wide range of LoRA adapters are available for serving. In our work, we conduct extensive empirical studies to show that current LoRA training paradigms do not efficiently utilize hardware resources and incur high overhead to obtain a performant LoRA adapter. Leveraging these insights, we propose PLoRA, which automatically orchestrates concurrent LoRA fine-tuning jobs under given hardware and model constraints and develops performant kernels to improve training efficiency. Across a range of LLMs and LoRA configurations, PLoRA improves training throughput by up to 12.8x and reduces the overall fine-tuning makespan by up to 7.52x compared to existing approaches.

📄 PDF Abstract BibTeX arXiv:2508.02932

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Harnessing Scalable Transactional Stream Processing for Managing Large Language Models [Vision]

2023-07-17 · Shuhao Zhang, Xianzhi Zeng, Yuhao Wu, Zhonghao Yang

Large Language Models (LLMs) have demonstrated extraordinary performance across a broad array of applications, from traditional language processing tasks to interpreting structured sequences like time-series data. Yet, t…

Decision MakingManagementTime Series

Coordinated Exploration in Concurrent Reinforcement Learning

2018-02-05 · ICML 2018 7 · Maria Dimakopoulou, Benjamin Van Roy

We consider a team of reinforcement learning agents that concurrently learn to operate in a common environment. We identify three properties - adaptivity, commitment, and diversity - which are necessary for efficient coo…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Explorability in Pushdown Automata

2025-11-06 · Ayaan Bedi, Karoliina Lehtinen arxiv

We study explorability, a measure of nondeterminism in pushdown automata, which generalises history-determinism. An automaton is k-explorable if, while reading the input, it suffices to follow k concurrent runs, built st…

Scalable Coordinated Exploration in Concurrent Reinforcement Learning

2018-05-23 · NeurIPS 2018 12 · Maria Dimakopoulou, Ian Osband, Benjamin Van Roy

We consider a team of reinforcement learning agents that concurrently operate in a common environment, and we develop an approach to efficient coordinated exploration that is suitable for problems of practical scale. Our…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

LACE: Lattice Attention for Cross-thread Exploration

2026-04-16 · Yang Li, Zirui Zhang, Yang Liu, Chengzhi Mao arxiv

Current large language models reason in isolation. Although it is common to sample multiple reasoning paths in parallel, these trajectories do not interact, and often fail in the same redundant ways. We introduce LACE, a…