From 01abc96ec55b7d6fe993c10bf9c34e281508dff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 01:45:50 +0000 Subject: [PATCH] Bump torch from 2.9.1+cpu to 2.12.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.9.1+cpu 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/commits/v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf98ec0..571780a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,15 +47,15 @@ Repository = "https://github.com/libxsmm/AI-bench" [project.optional-dependencies] cpu = [ - "torch==2.9.1+cpu", + "torch==2.12.0", ] xpu = [ - "torch==2.9.1+xpu", + "torch==2.12.0", "pytorch-triton-xpu", "helion==1.0.0", ] cuda = [ - "torch==2.9.1+cu128", + "torch==2.12.0", "torchvision==0.24.1", "pytorch-triton", "helion==1.0.0",