From 364f07b0336fb3d9417b6df0799fafd02a3e7604 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Mon, 22 Jul 2024 20:39:06 +0200 Subject: [PATCH 1/2] Update backends.yml --- .github/workflows/backends.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backends.yml b/.github/workflows/backends.yml index a6daac2..131f078 100644 --- a/.github/workflows/backends.yml +++ b/.github/workflows/backends.yml @@ -28,7 +28,7 @@ jobs: - build: 'avx512' defines: '-DGGML_AVX512=ON -DSD_BUILD_SHARED_LIBS=ON' - build: 'cuda11' - defines: '-DSD_CUBLAS=ON -DSD_BUILD_SHARED_LIBS=ON' + defines: '-DSD_CUBLAS=ON -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler"' - build: 'cuda12' defines: '-DSD_CUBLAS=ON -DSD_BUILD_SHARED_LIBS=ON' - build: 'rocm5' @@ -48,7 +48,7 @@ jobs: if: ${{ matrix.build == 'cuda11' }} uses: Jimver/cuda-toolkit@v0.2.14 with: - cuda: '11.7.1' + cuda: '11.8.0' method: network sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]' use-github-cache: false @@ -59,7 +59,7 @@ jobs: if: ${{ matrix.build == 'cuda12' }} uses: Jimver/cuda-toolkit@v0.2.14 with: - cuda: '12.2.0' + cuda: '12.5.1' method: network sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]' use-github-cache: false From 0c6b5c6ab06c7c405060dc95c84caf7e6b5878c2 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Mon, 22 Jul 2024 21:17:34 +0200 Subject: [PATCH 2/2] Update backends.yml --- .github/workflows/backends.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backends.yml b/.github/workflows/backends.yml index 131f078..41b2c96 100644 --- a/.github/workflows/backends.yml +++ b/.github/workflows/backends.yml @@ -57,9 +57,9 @@ jobs: - name: Install cuda-toolkit id: cuda-toolkit-12 if: ${{ matrix.build == 'cuda12' }} - uses: Jimver/cuda-toolkit@v0.2.14 + uses: Jimver/cuda-toolkit@v0.2.16 with: - cuda: '12.5.1' + cuda: '12.5.0' method: network sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]' use-github-cache: false