Skip to content

Commit

Permalink
ci: fix cuda version for wheel build workflow (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi authored Jul 25, 2024
1 parent 9505a50 commit 2e14170
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
fail-fast: false
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
cuda: ["11.8", "12.1"]
cuda: ["11.8", "12.1", "12.4"]
torch: ["2.2.2", "2.3.1", "2.4.0"]
include:
exclude:
- cuda: "12.4"
torch: "2.4.0"
torch: "2.3.1"
- cuda: "12.4"
torch: "2.2.2"
runs-on: [self-hosted, linux, release]
env:
PYTHON_VERSION: ${{ matrix.python }}
Expand Down

0 comments on commit 2e14170

Please sign in to comment.