Skip to content

Commit 0554a63

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] <[email protected]>
1 parent 5ef4c2e commit 0554a63

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
@@ -1,7 +1,7 @@
11
git+https://github.com/huggingface/diffusers
22
opencv-python
33
transformers
4-
torchvision==0.22.1
4+
torchvision==0.23.0+rocm6.3
55
accelerate
66
compel
77
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

0 commit comments

Comments
 (0)