Download Latest Version rLLM_ v0.2.1 source code.tar.gz (2.3 MB)
Email in envelope

Get an email when there's a new version of rLLM

Home / v0.2.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-11 6.4 kB
rLLM_ v0.2.1 source code.tar.gz 2025-12-11 2.3 MB
rLLM_ v0.2.1 source code.zip 2025-12-11 2.6 MB
Totals: 3 Items   5.0 MB 0

rLLM v0.2.1: Tinker backend, VLM training, Eval Protocol, and SDK (preview)

We are excited to release rLLM v0.2.1. This new version comes with the following exciting features:

  • rLLM SDK (preview): The rLLM SDK enables you to transform agents written in frameworks such as LangGraph, SmolAgent, or Strands into trainable workflows. Check out this LangGraph RAG example, which builds a RAG agent and trains it with the rLLM SDK.

  • Tinker training backend: In addition to verl, rLLM now supports Tinker as a training backend. You can use the same abstractions for building agents and easily switch between different backends for training.

  • VLM training: rLLM supports Vision-Language Model training with the verl backend. See the Geo3K training example for reference.

  • LoRA fine-tuning: rLLM supports LoRA training in both the verl and Tinker backends. See the GSM8K LoRA example for how to enable LoRA training with a single config change.

  • Eval Protocol Integration We integrate with the Eval Protocol from Fireworks AI. Users can now train on any environments supported by the Eval Protocol. See this example that uses Eval Protocol in rLLM to train a Frozenlake agent.

A big shoutout to @thwu1 @kylemontgomery1 @listar2000 @xzrderek for their outstanding work on these features.

What's Changed

New Contributors

Full Changelog: https://github.com/rllm-org/rllm/compare/v0.2.0...v0.2.1

Source: README.md, updated 2025-12-11