From 2f011094d9b0caa677f7f63ab00ba52f5606a4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:37:03 +0200 Subject: [PATCH] chore(deps): bump torch from 2.8.0 to 2.12.1+xpu in /backend/python/common/template in the pip group across 1 directory (#10911) chore(deps): bump torch Bumps the pip group with 1 update in the /backend/python/common/template directory: torch. Updates `torch` from 2.8.0 to 2.12.1+xpu --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1+xpu dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/python/common/template/requirements-intel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/common/template/requirements-intel.txt b/backend/python/common/template/requirements-intel.txt index bcc9c9095..0bd995849 100644 --- a/backend/python/common/template/requirements-intel.txt +++ b/backend/python/common/template/requirements-intel.txt @@ -1,4 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/xpu -torch==2.8.0 +torch==2.12.1+xpu oneccl_bind_pt==2.8.0+xpu optimum[openvino] \ No newline at end of file