From 02fe1bf740c0f6872fa4080c3672bb22e5e02788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:17:47 +0000 Subject: [PATCH] Bump torch from 2.5.0 to 2.7.1 in /src/wraval/model_artifacts/code Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.0 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.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/wraval/model_artifacts/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wraval/model_artifacts/code/requirements.txt b/src/wraval/model_artifacts/code/requirements.txt index 0d8010a..1fa12da 100644 --- a/src/wraval/model_artifacts/code/requirements.txt +++ b/src/wraval/model_artifacts/code/requirements.txt @@ -1,5 +1,5 @@ bitsandbytes==0.44.1 accelerate==1.6.0 transformers==4.51.1 -torch==2.5.0 +torch==2.7.1 torchvision==0.20 \ No newline at end of file