What problem does it solve?
This Skill streamlines the complex process of post-training Large Language Models (LLMs) using Reinforcement Learning (RL), specifically integrating Megatron-LM for efficient training and SGLang for high-throughput inference.
Core Features & Use Cases
- RL Training: Implements advanced RL algorithms like GRPO for fine-tuning LLMs.
- Megatron-LM Integration: Leverages Megatron-LM for distributed training, supporting various parallelism strategies.
- SGLang Rollout: Utilizes SGLang for fast and scalable response generation during the RL loop.
- Custom Data Workflows: Supports flexible data buffering and custom generation logic for multi-turn or tool-using agents.
- Use Case: You are training a new generation of GLM models and need a robust framework that can handle large-scale RL fine-tuning, integrating with existing Megatron-LM infrastructure and requiring high-throughput response generation for reward calculation.
Quick Start
Use the uv-slime-rl-training skill to launch GRPO training for a Qwen3-4B model using a specified data file.