Skip to content

Commit

Permalink
chore(deps): Bump torch in /backend/python/bark
Browse files Browse the repository at this point in the history
Bumps torch from 2.4.1 to 2.5.1+cu118.

---
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 Nov 4, 2024
1 parent 43187d1 commit 7395abf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/python/bark/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
transformers
accelerate
torch==2.4.1
torch==2.5.1+cu118
torchaudio==2.4.1
2 changes: 1 addition & 1 deletion backend/python/bark/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+cu118
torchaudio==2.4.1+cu118
transformers
accelerate
2 changes: 1 addition & 1 deletion backend/python/bark/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+cu118
torchaudio==2.4.1
transformers
accelerate
2 changes: 1 addition & 1 deletion backend/python/bark/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.4.1+rocm6.0
torch==2.5.1+cu118
torchaudio==2.4.1+rocm6.0
transformers
accelerate

0 comments on commit 7395abf

Please sign in to comment.