What problem does it solve?
LLM teams need a practical way to do post-training with reinforcement learning while generating rollouts at high throughput and keeping tight integration between training and inference.
Core Features & Use Cases
- Megatron-LM + SGLang integration for RL post-training: orchestrates parallel training (TP/PP/DP/SP) and high-throughput rollout generation using SGLang with a router.
- Group-based RL algorithms and KL regularization: supports GRPO and related advantage estimators, including optional KL loss for stability.
- Data buffering and flexible prompt workflows: manages prompt initialization, custom data generation/filtering, and off-policy style buffered reuse of generated samples.
- Use Case: Train a GLM or other large reasoning model using GRPO/variants by repeatedly generating multiple responses per prompt, computing rewards, and updating the policy.
Quick Start
Run GRPO RL post-training by asking your AI to launch slime training with a sourced model config, a JSONL dataset path, and batch/rule parameters for rollout generation and policy updates.