Skip to content

Commit

Permalink
chore(deps): Bump torchaudio in /backend/python/vall-e-x
Browse files Browse the repository at this point in the history
Bumps torchaudio from 2.3.0+rocm6.0 to 2.5.1+cu118.

---
updated-dependencies:
- dependency-name: torchaudio
  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 b91aa28 commit ce0461c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/python/vall-e-x/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accelerate
torch==2.4.1
torchaudio==2.4.1
torchaudio==2.5.1+cu118
2 changes: 1 addition & 1 deletion backend/python/vall-e-x/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu118
accelerate
torch==2.4.1+cu118
torchaudio==2.4.1+cu118
torchaudio==2.5.1+cu118
2 changes: 1 addition & 1 deletion backend/python/vall-e-x/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accelerate
torch==2.4.1
torchaudio==2.4.1
torchaudio==2.5.1+cu118
2 changes: 1 addition & 1 deletion backend/python/vall-e-x/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
accelerate
torch==2.3.0+rocm6.0
torchaudio==2.3.0+rocm6.0
torchaudio==2.5.1+cu118

0 comments on commit ce0461c

Please sign in to comment.