Skip to content

Commit 2e0bce6

Browse files
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] <support@github.com>
1 parent 1ba66d0 commit 2e0bce6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cu118
22
torch==2.7.1+cu118
3-
torchvision==0.22.1+cu118
3+
torchvision==0.23.0+rocm6.3
44
git+https://github.com/huggingface/diffusers
55
opencv-python
66
transformers

backend/python/diffusers/requirements-cublas12.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

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)