From 1b666cf059ddb5c3f705591ed851e7437ea9029e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:42:36 +0000 Subject: [PATCH] deps(deps): bump torch from 2.9.1 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.9.1 to 2.13.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.9.1...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd0ccee..27f4af1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.138.0 transformers==5.12.1 uvicorn==0.49.0 -torch==2.9.1 +torch==2.13.0 datasets==5.0.0 accelerate==1.10.1 evaluate==0.4.6