From eabc0a509f8b4d70b0cbc318574cb0f71ac0f674 Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+RogerBarreto@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:25:58 +0100 Subject: [PATCH] docs: fix Agent Lightning installation link --- python/packages/lab/lightning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/lab/lightning/README.md b/python/packages/lab/lightning/README.md index 75c585bdaa8..acac7a3b330 100644 --- a/python/packages/lab/lightning/README.md +++ b/python/packages/lab/lightning/README.md @@ -24,7 +24,7 @@ pip install -e ".[lightning,math]" pip install -e ".[lightning,tau2]" ``` -To prepare for RL training, you'll also need to install dependencies like PyTorch, Ray, and vLLM. See the [Agent-lightning setup instructions](https://microsoft.github.io/agent-lightning/stable/tutorials/installation/) for more details. +To prepare for RL training, you'll also need to install dependencies like PyTorch, Ray, and vLLM. See the [Agent-lightning setup instructions](https://microsoft.github.io/agent-lightning/0.3.0/tutorials/installation/) for more details. ## Usage Patterns