PulseAugur
实时 06:01:34

PlexRL runtime boosts LLM training efficiency by 37%

Researchers have developed PlexRL, a cluster-level runtime designed to improve the efficiency of training large language models (LLMs) for reinforcement learning with verifiable rewards (RLVR). RLVR training is often inefficient due to idle time caused by long-tailed rollouts and tool-induced stalls. PlexRL addresses this by multiplexing LLM services across multiple RLVR jobs, filling idle periods by time-slicing model execution without costly migrations. Evaluations show PlexRL can reduce GPU hour costs by up to 37.58% while maintaining algorithmic flexibility and adding minimal overhead. AI

影响 Optimizes LLM training infrastructure, potentially lowering costs and increasing throughput for RLVR applications.

排序理由 The cluster contains an academic paper detailing a new system for optimizing LLM execution. [lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

PlexRL runtime boosts LLM training efficiency by 37%

报道来源 [1]

  1. arXiv cs.LG TIER_1 English(EN) · Siyuan Feng ·

    PlexRL: Cluster-Level Orchestration of Serviceized LLM Execution for RLVR

    Reinforcement learning with verifiable rewards (RLVR) has recently unlocked strong reasoning capabilities in large language models (LLMs), triggering rapid exploration of new algorithms and data. However, RLVR training is notoriously inefficient: long-tailed rollouts, tool-induce…