From a0d08105b446c96275f62afe4643a34d6911f970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:03:23 +0000 Subject: [PATCH] Bump torch from 2.5.1 to 2.7.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.7.1. - [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.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 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..179f1f0 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.7.1 torchaudio==2.5.1 torchvision==0.20.1 transformers==4.48.3