From 249edcfd7bf2c9f8407cb06e642c7c6051fbe971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:30:04 +0000 Subject: [PATCH] chore(deps-dev): bump torch from 2.3.0 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.0 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.3.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6bbbbf4..e7394213 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ convert = [ "accelerate==0.30.1", "numpy==2.1.0", "sentencepiece==0.2.1", - "torch==2.3.0", + "torch==2.13.0", "torchaudio==2.4.0", "torchvision==0.18.0", "transformers==4.41.2"