NVIDIA-NeMo/RL
Scalable toolkit for efficient model reinforcement observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 99
- Release rhythm 83
- Longevity 38
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 60
- age_days: 535
- days_rel: 35
- days_push: 7
- n_releases_24m: 10
Adoption not part of the score
1961 stars · 534 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NeMo RL is NVIDIA's open-source post-training library for scaling reinforcement learning methods (GRPO, PPO, DPO, SFT, distillation) on LLMs and vision-language models. It supports PyTorch DTensor and Megatron Core training backends with vLLM/SGLang generation, Ray-based orchestration, and multi-node Slurm or Kubernetes deployment.
Use cases
- train an LLM with GRPO on math reasoning tasks
- run RLHF post-training on a Qwen or Llama model across multiple GPUs
- fine-tune a vision-language model with SFT or GRPO
- perform on-policy distillation from a teacher model
- scale RL training on a multi-node Slurm or Kubernetes cluster
- reproduce NVIDIA Nemotron model post-training recipes
- run multi-turn RL with tool use environments
When to choose
- you need scalable, multi-node RL post-training for large LLMs or VLMs
- you want Megatron Core parallelism (TP/PP/CP/EP) for very large models
- you want Hugging Face model support with fast vLLM rollouts
- you need reproducible recipes for GRPO, PPO, DPO, or distillation
When to avoid
- you only need simple single-GPU supervised fine-tuning without RL
- you have no NVIDIA GPUs or CUDA environment
- you need a lightweight library without Docker or cluster infrastructure
- you are training small non-transformer models with standard RL algorithms
Facets
library · maturity active
machine-learning llm-training reinforcement-learning gpu-computing benchmarking large-language-models machine-learning deep-learning gpu-computing developer-tools python cloud post-training grpo ppo dpo sft rlhf vllm megatron ray vlm distillation multi-node-training linux gpu docker kubernetes
10 sources
- readme: https://github.com/NVIDIA-NeMo/RL · fetched 2026-08-28 · 27a2a7ebb0df
- homepage: https://docs.nvidia.com/nemo/rl/latest/index.html · fetched 2026-08-29 · cbeb1f069028
- site_page: https://docs.nvidia.com/nemo/rl/latest/about/overview.html · fetched 2026-08-29 · 1daaa53fdc96
- site_page: https://docs.nvidia.com/nemo/rl/latest/about/performance-summary.html · fetched 2026-08-29 · adb15df58fc2
- site_page: https://docs.nvidia.com/nemo/rl/latest/about/model-support.html · fetched 2026-08-29 · 505900f19323
- site_page: https://docs.nvidia.com/nemo/rl/latest/about/features.html · fetched 2026-08-29 · 8e249dedc9b3
- site_page: https://docs.nvidia.com/nemo/rl/latest/about/backends.html · fetched 2026-08-29 · c41396a348ce
- site_page: https://docs.nvidia.com/nemo/rl/latest/about/quick-start.html · fetched 2026-08-29 · ee88bc45fde5
- site_page: https://docs.nvidia.com/nemo/rl/latest/about/installation.html · fetched 2026-08-29 · 72dc579df597
- site_page: https://docs.nvidia.com/nemo/rl/latest/about/algorithms/index.html · fetched 2026-08-29 · 8b9958004b35
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA-NeMo/RL | main | 81 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem