From b98e8bd67c4ce30db53db09be122971eed9cff2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 21:26:08 +0000 Subject: [PATCH] chore(deps): bump torch in /backend/python/transformers Bumps torch from 2.7.1 to 2.13.0+xpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0+xpu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/python/transformers/requirements-cpu.txt | 2 +- backend/python/transformers/requirements-cublas12.txt | 2 +- backend/python/transformers/requirements-cublas13.txt | 2 +- backend/python/transformers/requirements-hipblas.txt | 2 +- backend/python/transformers/requirements-mps.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/python/transformers/requirements-cpu.txt b/backend/python/transformers/requirements-cpu.txt index cf834afbd7bc..443165773123 100644 --- a/backend/python/transformers/requirements-cpu.txt +++ b/backend/python/transformers/requirements-cpu.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.13.0+xpu llvmlite==0.43.0 numba==0.60.0 accelerate diff --git a/backend/python/transformers/requirements-cublas12.txt b/backend/python/transformers/requirements-cublas12.txt index 7d0c9f21e246..8d1c0114d093 100644 --- a/backend/python/transformers/requirements-cublas12.txt +++ b/backend/python/transformers/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.13.0+xpu accelerate llvmlite==0.43.0 numba==0.60.0 diff --git a/backend/python/transformers/requirements-cublas13.txt b/backend/python/transformers/requirements-cublas13.txt index 55929fb7fc1b..1f9f734735b1 100644 --- a/backend/python/transformers/requirements-cublas13.txt +++ b/backend/python/transformers/requirements-cublas13.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu130 -torch==2.9.0 +torch==2.13.0+xpu llvmlite==0.43.0 numba==0.60.0 transformers>=5.14.1 diff --git a/backend/python/transformers/requirements-hipblas.txt b/backend/python/transformers/requirements-hipblas.txt index 4c8ba84755a8..32990c8082f3 100644 --- a/backend/python/transformers/requirements-hipblas.txt +++ b/backend/python/transformers/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm7.0 -torch==2.10.0+rocm7.0 +torch==2.13.0+xpu accelerate transformers>=5.14.1 llvmlite==0.43.0 diff --git a/backend/python/transformers/requirements-mps.txt b/backend/python/transformers/requirements-mps.txt index acd40754a91e..c58bd34f06c6 100644 --- a/backend/python/transformers/requirements-mps.txt +++ b/backend/python/transformers/requirements-mps.txt @@ -1,4 +1,4 @@ -torch==2.7.1 +torch==2.13.0+xpu llvmlite==0.43.0 numba==0.60.0 accelerate