From ad1cd806beb58d09616282c4be963f00c064b07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 18:11:43 +0000 Subject: [PATCH] Bump torch from 1.13.1+cu117 to 2.7.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1+cu117 to 2.7.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/commits/v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ac8f4f..74b59ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pytorch-lightning==1.8.5 pyyaml>=6.0.1 tokenizers>=0.19,<0.20 --extra-index-url https://download.pytorch.org/whl/cu117 -torch==1.13.1+cu117 +torch==2.7.0 torchvision==0.14.1+cu117 tqdm>=4.65.0 transformers @ git+https://github.com/huggingface/transformers.git@v4.42.4