Skip to content

Commit

Permalink
Update to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongseok-meta committed Dec 8, 2024
1 parent 3d1d52e commit 27202fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .ci_support/migrations/pytorch24.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
commit_message: Rebuild for pytorch 2.5
kind: version
migration_number: 1
libtorch:
- '2.5'
migrator_ts: 1730666768.682698
pytorch:
- '2.5'
6 changes: 3 additions & 3 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

context:
name: torchaudio
version: "2.4.1"
build_number: 2
version: "2.5.1"
build_number: 0
cuda_version: ${{ env.get("CONDA_OVERRIDE_CUDA", default="None") }}
cuda: ${{ "true" if cuda_version != "None" else "false" }}
cuda_build_string: cuda_${{ cuda_version | version_to_buildstring }}
Expand All @@ -15,7 +15,7 @@ package:

source:
- url: https://github.com/pytorch/audio/archive/refs/tags/v${{ version }}.tar.gz
sha256: a6b7e1b606ae353b9c4db1c8e754263f53f0457e9ab538e9669c0af0c46a0d5c
sha256: 200fbb1234c104a3662b444c0bec2acf4049c4b2113a73c0dc5f4e672cc2a4cc
patches:
- patches/0001-point-to-correct-prefix.patch
- patches/0002-use-conda-cuda.patch
Expand Down

0 comments on commit 27202fa

Please sign in to comment.