From 5ca57a5250b0019c6b6d316febfc44ef815a3f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:59:29 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.12.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.12.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/v1.13.1...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-cpu.txt | 2 +- requirements-cuda.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-cpu.txt b/requirements-cpu.txt index 91f06ff0..344fd421 100644 --- a/requirements-cpu.txt +++ b/requirements-cpu.txt @@ -1,6 +1,6 @@ # Don't forget to update requirements-cuda.txt if you update this -f https://download.pytorch.org/whl/cpu/torch_stable.html -torch==1.13.1+cpu +torch==2.12.1 torchaudio==0.13.1+cpu torchvision==0.14.1+cpu diff --git a/requirements-cuda.txt b/requirements-cuda.txt index a6d462b5..cc5bf377 100644 --- a/requirements-cuda.txt +++ b/requirements-cuda.txt @@ -1,6 +1,6 @@ # Don't forget to update requirements-cpu.txt if you update this -torch==1.13.1 +torch==2.12.1 torchaudio==0.13.1 torchvision==0.14.1