Search papers, labs, and topics across Lattice.
MuxTune is introduced as a fine-tuning system that improves resource efficiency in multi-tenant datacenters by enabling concurrent execution of multiple PEFT tasks. It achieves this by multiplexing the LLM backbone across independent tasks in a spatial-temporal manner, leveraging unified PEFT representations for modularized backbone sharing. The system incorporates a hierarchical co-scheduling scheme with task, operator, and data-level optimizations, resulting in significant throughput improvements and memory reduction compared to existing methods.
Run 2x more LLM fine-tuning jobs on the same hardware with MuxTune's clever spatial-temporal multiplexing, making your datacenter greener and your boss happier.
Parameter-Efficient Fine-Tuning (PEFT) is widely applied as the backend of fine-tuning APIs for large language model (LLM) customization in datacenters. Service providers deploy separate instances for individual PEFT tasks, giving rise to prominent resource inefficiencies, including (1) GPU underutilization from small-scale, PEFT-native operators and (2) device stalls from communication delays and data dependencies in parallelized execution. To address these issues, this paper presents MuxTune, a fine-tuning system that enables resource-efficient concurrent execution of multiple PEFT tasks. The key idea is to multiplex the backbone across independent tasks in a spatial-temporal manner for improved utilization and reduced stalls. Building on flexible, modularized backbone sharing via unified PEFT representations, MuxTune proposes hierarchical co-scheduling scheme with task, operator, and data-level optimizations. Specifically, it fuses tasks through a hybrid of spatial and temporal multiplexing, and orchestrates multi-task operator execution in two-tiered hybrid parallelism. Additionally, MuxTune employs chunk-based data alignment to mitigate inter-task ineffective tokens. Experimental results demonstrate that MuxTune achieves up to $2.33\times$ higher throughput and $5.29\times$ memory reduction compared to three state-of-the-art baselines.