From 589605b547f7f21833aa2e0ced88c2fc23618499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:06:01 +0000 Subject: [PATCH] chore(deps-dev): bump torch from 2.3.0 to 2.12.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.0 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/v2.3.0...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 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..55250e6e 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.12.1", "torchaudio==2.4.0", "torchvision==0.18.0", "transformers==4.41.2"