Skip to content

Commit

Permalink
Build wheels against torch v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Nov 29, 2024
1 parent d8ef93c commit 1ff8c36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
name: ${{ matrix.name }} (torch v${{ matrix.torch-version }})
strategy:
matrix:
torch-version: ['2.3', '2.4']
torch-version: ['2.3', '2.4', '2.5']
arch: ['arm64', 'x86_64']
os: ['ubuntu-22.04', 'macos-14']
exclude:
Expand All @@ -106,6 +106,7 @@ jobs:
# add the right python version for each torch version
- {torch-version: '2.3', python-version: '3.12', cibw-python: 'cp312-*'}
- {torch-version: '2.4', python-version: '3.12', cibw-python: 'cp312-*'}
- {torch-version: '2.5', python-version: '3.12', cibw-python: 'cp312-*'}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1ff8c36

Please sign in to comment.