From f3e8cbb27600cee0adbe94ccc89e534a9157bc6e Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 28 Jan 2025 20:02:54 +0100 Subject: [PATCH] Blackwell binaries! (#1491) * blackwell * blackwell * Update python-package.yml --- .github/workflows/python-package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 5cd956574..d191342ab 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 @@ -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/cuda-toolkit@v0.2.19 + - uses: Jimver/cuda-toolkit@v0.2.21 if: startsWith(matrix.os, 'windows') id: cuda-toolkit with: