Skip to content

Commit

Permalink
Temporarily disable building Python 3.13 version of torchtune (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings authored Oct 24, 2024
1 parent 2e5f647 commit e4d805c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_linux_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
needs: generate-matrix
name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
if: ${{ matrix.python_version }} != '3.13'
strategy:
fail-fast: false
with:
Expand Down

0 comments on commit e4d805c

Please sign in to comment.