Skip to content

Commit

Permalink
Blackwell binaries! (#1491)
Browse files Browse the repository at this point in the history
* blackwell

* blackwell

* Update python-package.yml
  • Loading branch information
johnnynunez authored Jan 28, 2025
1 parent 410e79d commit f3e8cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
arch: [x86_64, aarch64]
cuda_version:
["11.7.1", "11.8.0", "12.0.1", "12.1.1", "12.2.2", "12.3.2", "12.4.1", "12.5.1", "12.6.2"]
["11.7.1", "11.8.0", "12.0.1", "12.1.1", "12.2.2", "12.3.2", "12.4.1", "12.5.1", "12.6.3", "12.8.0"]
exclude:
- os: windows-latest # This probably requires arm64 Windows agents
arch: aarch64
Expand All @@ -76,9 +76,9 @@ jobs:
# Linux: We use Docker to build cross platform Cuda (aarch64 is built in emulation)
- name: Set up Docker multiarch
if: startsWith(matrix.os, 'ubuntu')
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
# Windows: We install Cuda on the agent (slow)
- uses: Jimver/[email protected].19
- uses: Jimver/[email protected].21
if: startsWith(matrix.os, 'windows')
id: cuda-toolkit
with:
Expand Down

0 comments on commit f3e8cbb

Please sign in to comment.