Skip to content

Commit 30e7795

Browse files
committed
Revert "test: Restrict build scope for testing"
This reverts commit 0620c2b.
1 parent 0620c2b commit 30e7795

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-wheels-cuda.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
id: set-matrix
2121
run: |
2222
$matrix = @{
23-
'os' = @('ubuntu-22.04')
24-
'pyver' = @("3.11", "3.12")
25-
'cuda' = @("12.4.1")
23+
'os' = @('ubuntu-22.04') #, 'windows-2022')
24+
'pyver' = @("3.9", "3.10", "3.11", "3.12")
25+
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1") #, "12.5.1", "12.6.1")
2626
'releasetag' = @("basic")
2727
}
2828
@@ -112,7 +112,7 @@ jobs:
112112
$env:LD_LIBRARY_PATH = $env:CONDA_PREFIX + '/lib:' + $env:LD_LIBRARY_PATH
113113
}
114114
$env:VERBOSE = '1'
115-
$env:CMAKE_ARGS = '-DGGML_CUDA=on -DCMAKE_CUDA_ARCHITECTURES=75'
115+
$env:CMAKE_ARGS = '-DGGML_CUDA=on -DCMAKE_CUDA_ARCHITECTURES=all'
116116
$env:CMAKE_ARGS = "-DGGML_CUDA_FORCE_MMQ=ON $env:CMAKE_ARGS"
117117
# if ($env:AVXVER -eq 'AVX') {
118118
$env:CMAKE_ARGS = $env:CMAKE_ARGS + ' -DGGML_AVX2=off -DGGML_FMA=off -DGGML_F16C=off'

0 commit comments

Comments
 (0)