Skip to content

Commit

Permalink
chore(deps): Bump torch in /backend/python/diffusers
Browse files Browse the repository at this point in the history
Bumps torch from 2.3.1+rocm6.0 to 2.5.1+cxx11.abi.

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 7ca0e2d commit 74c6a73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ accelerate
compel
peft
sentencepiece
torch==2.4.1
torch==2.5.1+cxx11.abi
optimum-quanto
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.4.1+cu118
torch==2.5.1+cxx11.abi
diffusers
opencv-python
transformers
Expand Down
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.4.1
torch==2.5.1+cxx11.abi
diffusers
opencv-python
transformers
Expand Down
2 changes: 1 addition & 1 deletion backend/python/diffusers/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
torch==2.3.1+rocm6.0
torch==2.5.1+cxx11.abi
torchvision==0.18.1+rocm6.0
diffusers
opencv-python
Expand Down

0 comments on commit 74c6a73

Please sign in to comment.