Skip to content

Commit 2903580

Browse files
chore(deps): bump torchvision in /backend/python/diffusers
Bumps [torchvision](https://github.com/pytorch/vision) from 0.20.1+cxx11.abi to 0.24.0. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/commits) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ead00a2 commit 2903580

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

backend/python/diffusers/requirements-cpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
git+https://github.com/huggingface/diffusers
33
opencv-python
44
transformers
5-
torchvision==0.22.1
5+
torchvision==0.23.0+rocm6.3
66
accelerate
77
compel
88
peft

backend/python/diffusers/requirements-cublas11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
git+https://github.com/huggingface/diffusers
33
opencv-python
44
transformers
5-
torchvision==0.22.1
5+
torchvision==0.23.0+rocm6.3
66
accelerate
77
compel
88
peft

backend/python/diffusers/requirements-hipblas.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/rocm6.3
22
torch==2.7.1+rocm6.3
3-
torchvision==0.22.1+rocm6.3
3+
torchvision==0.23.0+rocm6.3
44
git+https://github.com/huggingface/diffusers
55
opencv-python
66
transformers

backend/python/diffusers/requirements-intel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
22
intel-extension-for-pytorch==2.3.110+xpu
33
torch==2.5.1+cxx11.abi
4-
torchvision==0.20.1+cxx11.abi
4+
torchvision==0.23.0+rocm6.3
55
oneccl_bind_pt==2.8.0+xpu
66
optimum[openvino]
77
setuptools

backend/python/diffusers/requirements-mps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch==2.7.1
2-
torchvision==0.22.1
2+
torchvision==0.23.0+rocm6.3
33
git+https://github.com/huggingface/diffusers
44
opencv-python
55
transformers

0 commit comments

Comments
 (0)