From 6a2464166e14464f1262992a6026595aa662c899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:34:11 +0000 Subject: [PATCH] Bump torch from 2.5.1 to 2.9.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.9.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.5.1...v2.9.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- trl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trl/requirements.txt b/trl/requirements.txt index 6b584e1..e4cb609 100644 --- a/trl/requirements.txt +++ b/trl/requirements.txt @@ -21,7 +21,7 @@ scipy==1.14.1 sympy==1.13.1 tiktoken==0.7.0 tokenizers==0.21.0 -torch==2.5.1 +torch==2.9.0 torchaudio==2.5.1 torchvision==0.20.1 transformers==4.48.3