8000 [Enhancement] Off the DGGML_CUDA_FORCE_MMQ for V100 · fanqiNO1/llama-cpp-python@9da4335 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9da4335

Browse files
authored
[Enhancement] Off the DGGML_CUDA_FORCE_MMQ for V100
1 parent c032fc6 commit 9da4335

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ jobs:
2020
id: set-matrix
2121
run: |
2222
$matrix = @{
23-
'os' = @('ubuntu-latest', 'windows-2019')
24-
'pyver' = @("3.9", "3.10", "3.11", "3.12")
25-
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1")
23+
# 'os' = @('ubuntu-latest', 'windows-2019')
24+
'os' = @('ubuntu-latest')
25+
# 'pyver' = @("3.9", "3.10", "3.11", "3.12")
26+
'pyver' = @("3.10")
27+
# 'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1")
28+
'cuda' = @("12.2.2")
2629
'releasetag' = @("basic")
2730
}
2831
@@ -115,7 +118,7 @@ jobs:
115118
}
116119
$env:VERBOSE = '1'
117120
$env:CMAKE_ARGS = '-DGGML_CUDA=on -DCMAKE_CUDA_ARCHITECTURES=all'
118-
$env:CMAKE_ARGS = "-DGGML_CUDA_FORCE_MMQ=ON $env:CMAKE_ARGS"
121+
$env:CMAKE_ARGS = "-DGGML_CUDA_FORCE_MMQ=OFF $env:CMAKE_ARGS"
119122
# if ($env:AVXVER -eq 'AVX') {
120123
$env:CMAKE_ARGS = $env:CMAKE_ARGS + ' -DGGML_AVX2=off -DGGML_FMA=off -DGGML_F16C=off'
121124
# }

0 commit comments

Comments
 (0)
0