Skip to content

Commit

Permalink
Revert "Remove tensorcores build from main workflow"
Browse files Browse the repository at this point in the history
This reverts commit 67b9a00.
  • Loading branch information
oobabooga committed Jul 23, 2024
1 parent 7f5ffe3 commit 21dc465
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-everything-tgw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ jobs:
version: ${{ inputs.version }}
config: 'os:ubuntu-20.04'

build_wheels_tensorcores_windows:
name: Tensor Core Windows
uses: ./.github/workflows/build-wheels-tensorcores.yml
with:
version: ${{ inputs.version }}
config: 'os:windows-2019'

build_wheels_tensorcores_linux:
name: Tensor Core Linux
uses: ./.github/workflows/build-wheels-tensorcores.yml
with:
version: ${{ inputs.version }}
config: 'os:ubuntu-20.04'

build_wheels_cpu:
name: CPU-only Wheels
uses: ./.github/workflows/build-wheels-cpu.yml
Expand Down

0 comments on commit 21dc465

Please sign in to comment.