Skip to content

Welcome to RL-Align

Extreme infrastructure and specialized custom kernels for large-scale reinforcement learning.

We are an open-source collective dedicated to solving the most critical bottlenecks in modern RL post-training pipelines like RLHF, GRPO, PPO. Our mission is to eliminate train-inference divergence and break the memory and compute walls, providing plug-and-play CUDA and Triton primitives that seamlessly integrate into your existing distributed frameworks like vLLM, vime, verl, Megatron, DeepSpeed etc.

Our Core Philosophy

  1. Train-Inference Alignment: The biggest hidden barriers in large-scale RL is the subtle numerical divergence between rollout engines like vLLM FP8/BF16 and training engines like PyTorch native ops. We provide mathematically rigorous, fused operators that lock down the computational graph, guaranteeing absolute numerical consistency across the entire RL loop to prevent reward hacking and distribution drift.
  2. Extreme Memory & Compute Efficiency: We replace naive O(G · L · V) native PyTorch paths with specialized kernels like prefix_shared_attention and fused_logp, reducing VRAM consumption by up to 10x and unlocking massive batch sizes for GRPO workloads without OOM.

Core Projects

  • RL-Kernel: Our flagship project. A high-performance, mathematically rigorous kernel library providing fused primitives like fused_logp, grpo_loss, prefix_shared_attention designed to enforce train-inference alignment while aggressively optimizing memory and latency.

Join the Community

Whether you are a kernel hacker, an AI Infra engineer, or an LLM researcher, you are welcome here!


Pinned Loading

  1. RL-Kernel RL-Kernel Public

    High-performance RL post-training infrastructure. Designed to achieve bitwise operator-level train-inference consistency across heterogeneous engines and extreme memory efficiency for GRPO, PPO, etc.

    Python 294 85

Repositories

Showing 8 of 8 repositories
  • RL-Kernel Public

    High-performance RL post-training infrastructure. Designed to achieve bitwise operator-level train-inference consistency across heterogeneous engines and extreme memory efficiency for GRPO, PPO, etc.

    RL-Align/RL-Kernel's past year of commit activity
    Python 294 Apache-2.0 85 81 45 Updated Sep 9, 2026
  • vime Public Forked from vllm-project/vime

    An LLM post-training framework with vLLM for RL Scaling

    RL-Align/vime's past year of commit activity
    Python 0 Apache-2.0 90 17 0 Updated Sep 4, 2026
  • .github Public
    RL-Align/.github's past year of commit activity
    0 0 0 0 Updated Aug 9, 2026
  • Megatron-LM Public Forked from NVIDIA/Megatron-LM

    Ongoing research training transformer models at scale

    RL-Align/Megatron-LM's past year of commit activity
    Python 0 4,564 0 0 Updated Aug 4, 2026
  • kernel-radar Public

    On-demand roadmap & competitor radar for RL-Kernel — one-command install for Claude Code, Codex, opencode & Cursor.

    RL-Align/kernel-radar's past year of commit activity
    Python 5 MIT 0 0 0 Updated Jul 27, 2026
  • vllm Public Forked from vllm-project/vllm

    A high-throughput and memory-efficient inference and serving engine for LLMs

    RL-Align/vllm's past year of commit activity
    Python 0 Apache-2.0 22,243 0 0 Updated Jul 12, 2026
  • DeepSpeed Public Forked from deepspeedai/DeepSpeed

    DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.

    RL-Align/DeepSpeed's past year of commit activity
    Python 0 Apache-2.0 5,172 0 0 Updated Jul 11, 2026
  • torchtitan Public Forked from pytorch/torchtitan

    A PyTorch native platform for training generative AI models

    RL-Align/torchtitan's past year of commit activity
    Python 0 BSD-3-Clause 1,006 0 0 Updated Jul 11, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Python

Most used topics

Loading…