Skip to content

Commit

Permalink
Bump torchaudio from 2.4.1 to 2.5.0 (#8)
Browse files Browse the repository at this point in the history
Bumps [torchaudio](https://github.com/pytorch/audio) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/pytorch/audio/releases)
- [Commits](pytorch/audio@v2.4.1...v2.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 66cfe27 commit 99639ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For AMD GPUs with DirectML (Windows)
torch==2.4.1
torchvision==0.19.1
torchaudio==2.4.1
torchaudio==2.5.0
onnx==1.17.0
onnxruntime-directml==1.19.2
numpy
2 changes: 1 addition & 1 deletion nvidia_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For NVIDIA GPUs with CUDA support (Windows)
torch==2.4.1+cu118
torchvision==0.19.1+cu118
torchaudio==2.4.1+cu118
torchaudio==2.5.0
onnx==1.17.0
onnxruntime-gpu==1.19.2
numpy # Required for PyTorch and ONNX operations
Expand Down

0 comments on commit 99639ea

Please sign in to comment.