From 7385ebc2f51ff4369bc9d5746175a071bbdf27ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 16:15:26 +0000 Subject: [PATCH] Bump torch from 1.13.1+cu117 to 2.6.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1+cu117 to 2.6.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.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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..f3c7280 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.6.0 torchvision==0.14.1+cu117 tqdm>=4.65.0 transformers @ git+https://github.com/huggingface/transformers.git@v4.42.4