From 4a55a69d99afbeb68e626cb07a2006c7db8d7316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:07:11 +0000 Subject: [PATCH] chore(deps): bump torchvision in /backend/python/diffusers Bumps torchvision from 0.20.1+cxx11.abi to 0.23.0+rocm6.3. --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.23.0+rocm6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/python/diffusers/requirements-cpu.txt | 2 +- backend/python/diffusers/requirements-cublas11.txt | 2 +- backend/python/diffusers/requirements-cublas12.txt | 2 +- backend/python/diffusers/requirements-hipblas.txt | 2 +- backend/python/diffusers/requirements-intel.txt | 2 +- backend/python/diffusers/requirements-mps.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/python/diffusers/requirements-cpu.txt b/backend/python/diffusers/requirements-cpu.txt index 659d2b8e0229..105e3f92b046 100644 --- a/backend/python/diffusers/requirements-cpu.txt +++ b/backend/python/diffusers/requirements-cpu.txt @@ -2,7 +2,7 @@ git+https://github.com/huggingface/diffusers opencv-python transformers -torchvision==0.22.1 +torchvision==0.23.0+rocm6.3 accelerate compel peft diff --git a/backend/python/diffusers/requirements-cublas11.txt b/backend/python/diffusers/requirements-cublas11.txt index 142234a7c30a..a62df77b9a0f 100644 --- a/backend/python/diffusers/requirements-cublas11.txt +++ b/backend/python/diffusers/requirements-cublas11.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cu118 torch==2.7.1+cu118 -torchvision==0.22.1+cu118 +torchvision==0.23.0+rocm6.3 git+https://github.com/huggingface/diffusers opencv-python transformers diff --git a/backend/python/diffusers/requirements-cublas12.txt b/backend/python/diffusers/requirements-cublas12.txt index 77dd54b73a34..2c6048f6d990 100644 --- a/backend/python/diffusers/requirements-cublas12.txt +++ b/backend/python/diffusers/requirements-cublas12.txt @@ -1,5 +1,5 @@ torch==2.7.1 -torchvision==0.22.1 +torchvision==0.23.0+rocm6.3 git+https://github.com/huggingface/diffusers opencv-python transformers diff --git a/backend/python/diffusers/requirements-hipblas.txt b/backend/python/diffusers/requirements-hipblas.txt index 2bab13494d7a..04cbf31321f6 100644 --- a/backend/python/diffusers/requirements-hipblas.txt +++ b/backend/python/diffusers/requirements-hipblas.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.3 torch==2.7.1+rocm6.3 -torchvision==0.22.1+rocm6.3 +torchvision==0.23.0+rocm6.3 git+https://github.com/huggingface/diffusers opencv-python transformers diff --git a/backend/python/diffusers/requirements-intel.txt b/backend/python/diffusers/requirements-intel.txt index 98ccac7b6a24..b86051fb158b 100644 --- a/backend/python/diffusers/requirements-intel.txt +++ b/backend/python/diffusers/requirements-intel.txt @@ -1,7 +1,7 @@ --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ intel-extension-for-pytorch==2.3.110+xpu torch==2.5.1+cxx11.abi -torchvision==0.20.1+cxx11.abi +torchvision==0.23.0+rocm6.3 oneccl_bind_pt==2.8.0+xpu optimum[openvino] setuptools diff --git a/backend/python/diffusers/requirements-mps.txt b/backend/python/diffusers/requirements-mps.txt index 77dd54b73a34..2c6048f6d990 100644 --- a/backend/python/diffusers/requirements-mps.txt +++ b/backend/python/diffusers/requirements-mps.txt @@ -1,5 +1,5 @@ torch==2.7.1 -torchvision==0.22.1 +torchvision==0.23.0+rocm6.3 git+https://github.com/huggingface/diffusers opencv-python transformers