From 516fe8e3179682b197e4e83e8f77b0c6ef092086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 01:23:44 +0000 Subject: [PATCH] Bump torch from 2.9.1 to 2.12.0 in /python Bumps [torch](https://github.com/pytorch/pytorch) from 2.9.1 to 2.12.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.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 python/pyproject.toml diff --git a/python/pyproject.toml b/python/pyproject.toml old mode 100755 new mode 100644 index d388d275de02..aa5711bf5cf1 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "tiktoken", "timm==1.0.16", "torch_memory_saver==0.0.9", - "torch==2.9.1", + "torch==2.12.0", "torchao==0.9.0", "torchaudio==2.9.1", "torchcodec==0.9.1 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')", # torchcodec 0.9.1 for torch 2.9.x. Not available on Linux ARM.