Skip to content

Commit f5fc37c

Browse files
authored
Merge pull request #15 from DarthAffe/DarthAffe-patch-2
Updated backends build-file
2 parents 2895e0e + 0c6b5c6 commit f5fc37c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/backends.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- build: 'avx512'
2929
defines: '-DGGML_AVX512=ON -DSD_BUILD_SHARED_LIBS=ON'
3030
- build: 'cuda11'
31-
defines: '-DSD_CUBLAS=ON -DSD_BUILD_SHARED_LIBS=ON'
31+
defines: '-DSD_CUBLAS=ON -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler"'
3232
- build: 'cuda12'
3333
defines: '-DSD_CUBLAS=ON -DSD_BUILD_SHARED_LIBS=ON'
3434
- build: 'rocm5'
@@ -48,7 +48,7 @@ jobs:
4848
if: ${{ matrix.build == 'cuda11' }}
4949
uses: Jimver/[email protected]
5050
with:
51-
cuda: '11.7.1'
51+
cuda: '11.8.0'
5252
method: network
5353
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
5454
use-github-cache: false
@@ -57,9 +57,9 @@ jobs:
5757
- name: Install cuda-toolkit
5858
id: cuda-toolkit-12
5959
if: ${{ matrix.build == 'cuda12' }}
60-
uses: Jimver/[email protected].14
60+
uses: Jimver/[email protected].16
6161
with:
62-
cuda: '12.2.0'
62+
cuda: '12.5.0'
6363
method: network
6464
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
6565
use-github-cache: false

0 commit comments

Comments
 (0)