Skip to content

Commit a3abf13

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 ebd1db2 commit a3abf13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)