From fc55cab4c8bcb23f3d8c6ac5f727ae054d4bd081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 14:19:13 +0000 Subject: [PATCH] Bump torch from 2.5.0 to 2.7.0 in /model_artifacts Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.0 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/compare/v2.5.0...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model_artifacts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_artifacts/requirements.txt b/model_artifacts/requirements.txt index 0d8010a..86d23b2 100644 --- a/model_artifacts/requirements.txt +++ b/model_artifacts/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.0 torchvision==0.20 \ No newline at end of file