#123 · Primary category: Deep Learning Frameworks
verl-omni
Multimodal RL training framework for diffusion & omni models
Project last updated:08/30/26
GitHub Stars
902
Forks
164
Contributors
28
License
Apache-2.0
Why we included this project
VeRL-Omni is the project verl spun out of its multimodal work into its own home for reinforcement learning training of diffusion and omni-modality models, and it stays built on top of verl and vLLM. Where verl mainly trains autoregressive text reasoning, this framework handles models that emit whole outputs, from text-to-image and text-to-video to audio-video generation, with support for Qwen-Image, Qwen3-Omni, and LTX. It ships trainers for GRPO, DPO, GSPO, and FlowDPPO, and one optimization worth knowing about scores clean diffusion latents to skip VAE decoding, which cuts latency and memory on multimodal runs. Teams already on verl or vLLM get a single stack for generative-model alignment instead of hand-rolling denoising rollouts and VLM-as-judge reward scoring.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.